Clean the build script a bit
This commit is contained in:
parent
c3b7ae6e3e
commit
2e3b38cf15
|
@ -141,13 +141,13 @@ allprojects {
|
|||
from(this)
|
||||
}
|
||||
}
|
||||
val ModProperties = mapOf<String, String>(
|
||||
val modProperties = mapOf(
|
||||
"mod_version" to (rootProject.version as String),
|
||||
"minecraft_version" to mcBase
|
||||
)
|
||||
inputs.properties(ModProperties)
|
||||
inputs.properties(modProperties)
|
||||
filesNotMatching(listOf("*.png")) {
|
||||
expand(ModProperties)
|
||||
expand(modProperties)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue