We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d64d79 commit 1bd6d5fCopy full SHA for 1bd6d5f
build.gradle.kts
@@ -206,11 +206,10 @@ tasks {
206
}
207
208
processResources {
209
- inputs.properties(replacements)
+ filesMatching(targets) { expand(replacements) }
210
211
- filesMatching(targets) {
212
- expand(replacements)
213
- }
+ // Forces the task to always run
+ outputs.upToDateWhen { false }
214
215
216
// Visual debugger for OpenGL
0 commit comments