Allow gradle cache on tests
See gh-54
This commit is contained in:
@@ -27,5 +27,5 @@ dependencies {
|
||||
|
||||
tasks.withType(Test).configureEach {
|
||||
useJUnitPlatform()
|
||||
outputs.upToDateWhen { false }
|
||||
|
||||
}
|
||||
|
||||
@@ -23,5 +23,5 @@ dependencies {
|
||||
|
||||
tasks.withType(Test).configureEach {
|
||||
useJUnitPlatform()
|
||||
outputs.upToDateWhen { false }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user