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 d6673eb commit 2aac5adCopy full SHA for 2aac5ad
build.gradle.kts
@@ -52,3 +52,7 @@ val jar by tasks.getting {
52
val assemble by tasks.getting {
53
dependsOn(shadowJar)
54
}
55
+
56
+val test by tasks.getting {
57
+ inputs.dir("${project.projectDir}/test/resources")
58
+}
0 commit comments