Prevent gradle cache on tests
Closes gh-54
This commit is contained in:
committed by
Steve Riesenberg
parent
9d13cfee7b
commit
23b80ce2d8
@@ -21,4 +21,5 @@ dependencies {
|
||||
|
||||
tasks.withType(Test).configureEach {
|
||||
useJUnitPlatform()
|
||||
outputs.upToDateWhen { false }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user