Skip to content

Commit 1bd6d5f

Browse files
committed
Revert because kamigen says so
1 parent 8d64d79 commit 1bd6d5f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle.kts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,10 @@ tasks {
206206
}
207207

208208
processResources {
209-
inputs.properties(replacements)
209+
filesMatching(targets) { expand(replacements) }
210210

211-
filesMatching(targets) {
212-
expand(replacements)
213-
}
211+
// Forces the task to always run
212+
outputs.upToDateWhen { false }
214213
}
215214

216215
// Visual debugger for OpenGL

0 commit comments

Comments
 (0)