Skip to content

Commit e5b2ab1

Browse files
committed
[broker-23] update JDK, Gradle and Groovy versions
1 parent 4c4b3ab commit e5b2ab1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

120120
wrapper {
121-
gradleVersion = '6.0'
121+
gradleVersion = '6.5'
122122
distributionType = Wrapper.DistributionType.ALL
123123
}
124124

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)