File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 4
4
depth : 3
5
5
6
6
jdk :
7
- - openjdk8
8
7
- openjdk11
9
8
10
9
before_cache :
Original file line number Diff line number Diff line change @@ -37,12 +37,11 @@ repositories {
37
37
jcenter()
38
38
}
39
39
40
- sourceCompatibility = JavaVersion . VERSION_1_8
41
- targetCompatibility = JavaVersion . VERSION_1_8
40
+ sourceCompatibility = JavaVersion . VERSION_11
41
+ targetCompatibility = JavaVersion . VERSION_11
42
42
43
43
ext {
44
44
kafkaVersion = " 2.0.1"
45
-
46
45
testcontainersVersion = " 1.12.1"
47
46
}
48
47
Original file line number Diff line number Diff line change 1
1
# Wed Sep 04 12:18:35 EEST 2019
2
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.3 -all.zip
2
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -all.zip
3
3
distributionBase =GRADLE_USER_HOME
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments