mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
create buildconfig as java file
This commit is contained in:
parent
4f8c1bf94c
commit
0d5696aba0
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ buildConfig {
|
|||
buildConfigField("String", "MOD_NAME", "\"$modName\"")
|
||||
buildConfigField("String", "MOD_VERSION", "\"$version\"")
|
||||
packageName(modPackage)
|
||||
useJavaOutput()
|
||||
}
|
||||
|
||||
// TODO reactivate when specific mod is not annoying anymore
|
||||
|
|
Loading…
Reference in a new issue