Skip to content

Commit 2aac5ad

Browse files
theosotrholgerbrandl
authored andcommitted
Add missing inputs to the incremental task "test" (#252)
1 parent d6673eb commit 2aac5ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ val jar by tasks.getting {
5252
val assemble by tasks.getting {
5353
dependsOn(shadowJar)
5454
}
55+
56+
val test by tasks.getting {
57+
inputs.dir("${project.projectDir}/test/resources")
58+
}

0 commit comments

Comments
 (0)