mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-01 10:07:56 +00:00
Add back inputs on processResources
I kinda thought that Gradle would be smart enough to know that these were input (given they're passed to expand), but apparently not :/.
This commit is contained in:
@@ -220,6 +220,8 @@ loom {
|
||||
}
|
||||
|
||||
tasks.processResources {
|
||||
inputs.property("modVersion", modVersion)
|
||||
|
||||
var props = mapOf("version" to modVersion)
|
||||
|
||||
filesMatching("fabric.mod.json") { expand(props) }
|
||||
|
Reference in New Issue
Block a user