Skip to content

Commit

Permalink
Prevent gradle cache on tests
Browse files Browse the repository at this point in the history
Closes gh-54
  • Loading branch information
eleftherias committed Dec 13, 2021
1 parent 0818005 commit 0e91e63
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 0 deletions.
1 change: 1 addition & 0 deletions reactive/rsocket/hello-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions reactive/webflux-fn/hello-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions reactive/webflux-fn/hello/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions reactive/webflux/java/authentication/x509/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions reactive/webflux/java/hello-security-explicit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions reactive/webflux/java/hello-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions reactive/webflux/java/hello/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions reactive/webflux/java/method/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions reactive/webflux/java/oauth2/login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions reactive/webflux/java/oauth2/resource-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions reactive/webflux/java/oauth2/webclient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/java-configuration/aspectj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/java-configuration/data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/java-configuration/hello-mvc-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/java-configuration/hello-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/java-configuration/max-sessions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/java-configuration/saml2/login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/spring-boot/java/hello-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/spring-boot/java/hello/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/spring-boot/java/jwt/login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/spring-boot/java/ldap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/spring-boot/java/oauth2/login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/spring-boot/java/oauth2/webclient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/spring-boot/java/saml2/login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/xml/java/contacts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/xml/java/dms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/xml/java/helloworld/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}
1 change: 1 addition & 0 deletions servlet/xml/java/preauth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ dependencies {

tasks.withType(Test).configureEach {
useJUnitPlatform()
outputs.upToDateWhen { false }
}

0 comments on commit 0e91e63

Please sign in to comment.