File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ allprojects {
2020 apply plugin : " groovy"
2121 apply plugin : " org.springframework.boot"
2222
23- sourceCompatibility = JavaVersion . VERSION_13
24- targetCompatibility = JavaVersion . VERSION_13
23+ sourceCompatibility = JavaVersion . VERSION_14
24+ targetCompatibility = JavaVersion . VERSION_14
2525
2626 repositories {
2727 jcenter()
@@ -38,8 +38,8 @@ allprojects {
3838 springVersion = ' 5.1.6.RELEASE'
3939 junitJupiterVersion = " 5.5.2"
4040 testcontainersVersion = " 1.12.1"
41- groovyVersion = " 2.5.8 "
42- spockVersion = " 1.2- groovy-2.5 "
41+ groovyVersion = " 3.0.4 "
42+ spockVersion = " 2.0-M3- groovy-3.0 "
4343 projectReactorVersion = " 3.3.0.RELEASE"
4444 byteBuddyVersion = " 1.10.2"
4545 objenesisVersion = " 3.1"
@@ -118,7 +118,7 @@ task buildSingleArtifactWithoutTests(type: GradleBuild) {
118118}
119119
120120wrapper {
121- gradleVersion = ' 6.0 '
121+ gradleVersion = ' 6.5 '
122122 distributionType = Wrapper.DistributionType . ALL
123123}
124124
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.0 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.4.1 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments