Skip to content

Commit d58f142

Browse files
authored
Merge pull request #24 from aiven/jdk11
Switch to JDK11 and bump Gradle to version 6.7
2 parents 710a10c + aef81c6 commit d58f142

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ git:
44
depth: 3
55

66
jdk:
7-
- openjdk8
87
- openjdk11
98

109
before_cache:

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ repositories {
3737
jcenter()
3838
}
3939

40-
sourceCompatibility = JavaVersion.VERSION_1_8
41-
targetCompatibility = JavaVersion.VERSION_1_8
40+
sourceCompatibility = JavaVersion.VERSION_11
41+
targetCompatibility = JavaVersion.VERSION_11
4242

4343
ext {
4444
kafkaVersion = "2.0.1"
45-
4645
testcontainersVersion = "1.12.1"
4746
}
4847

gradle/wrapper/gradle-wrapper.properties

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

0 commit comments

Comments
 (0)