mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-12-03 12:58:06 +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:
@@ -190,6 +190,9 @@ dependencies {
|
||||
// Compile tasks
|
||||
|
||||
tasks.processResources {
|
||||
inputs.property("modVersion", modVersion)
|
||||
inputs.property("forgeVersion", libs.versions.forge)
|
||||
|
||||
var props = mapOf(
|
||||
"forgeVersion" to libs.versions.forge.get(),
|
||||
"file" to mapOf("jarVersion" to modVersion),
|
||||
|
||||
Reference in New Issue
Block a user