Skip to content

Commit 41127fe

Browse files
committed
Always rerun gradle test tasks
1 parent 41535c7 commit 41127fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ tasks.withType(Test) {
153153
dependsOn('shadowJar')
154154
dependsOn(':test-app:shadowJar')
155155
useJUnitPlatform()
156+
outputs.upToDateWhen {false}
156157
}
157158

158159
task quickTest(type: Test) {

0 commit comments

Comments
 (0)