File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' com.adarshr.test-logger' version ' 2.0.0'
3- id ' com.gradle.build-scan' version ' 3.1.1'
43 id ' com.palantir.docker' version ' 0.22.1'
54 id ' com.palantir.git-version' version ' 0.12.2'
65 id ' org.inferred.processors' version ' 3.1.0'
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -bin.zip
6- distributionSha256Sum =1f3067073041bc44554d0efe5d402a33bc3d3c93cc39ab684f308586d732a80d
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.0.1 -bin.zip
6+ distributionSha256Sum =d364b7098b9f2e58579a3603dc0a12a1991353ac58ed339316e6762b21efba44
Original file line number Diff line number Diff line change 1+ plugins {
2+ id ' com.gradle.enterprise' version ' 3.1'
3+ }
4+
5+ rootProject. name = ' sparkles'
6+
17include ' :apps:javalin:entity'
28include ' :apps:javalin:replica'
39include ' :apps:javalin:replication'
@@ -34,5 +40,3 @@ include ':support:spark:moshi'
3440include ' :support:spark:spring-data'
3541include ' :support:spark:testing'
3642include ' :support:spark:xsrf'
37-
38- rootProject. name = ' sparkles'
You can’t perform that action at this time.
0 commit comments