You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not an issue, but mainly me not knowing enough Gradle/Groovy probably, or maybe documentation needs updated.
The note on gradle.properties says:
Every field you add must be added to the root build.gradle expandProps map.
But there is no expandProps map on build.gradle at the root level. The only expandProps I could find in on the multiloader-common but I'm not sure we are supposed to touch that.
What would be the best way to go about it?
The text was updated successfully, but these errors were encountered:
It's not an issue, but mainly me not knowing enough Gradle/Groovy probably, or maybe documentation needs updated.
The note on
gradle.properties
says:But there is no
expandProps
map onbuild.gradle
at the root level. The onlyexpandProps
I could find in on themultiloader-common
but I'm not sure we are supposed to touch that.What would be the best way to go about it?
The text was updated successfully, but these errors were encountered: