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 7a9d09b commit b4168e4Copy full SHA for b4168e4
core/build.gradle
@@ -33,7 +33,7 @@ task jarFileTest(type: Test) {
33
testClassesDirs = sourceSets.jarFileTest.output.classesDirs
34
classpath = sourceSets.jarFileTest.runtimeClasspath
35
36
- file(shadowJar.outputs.files.singleFile) // input for correct caching
+ inputs.file(shadowJar.outputs.files.singleFile) // input for correct caching
37
systemProperty("jarFile", shadowJar.outputs.files.singleFile)
38
39
dependsOn(shadowJar)
0 commit comments