We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ff73d commit aef81c6Copy full SHA for aef81c6
.travis.yml
@@ -4,7 +4,6 @@ git:
4
depth: 3
5
6
jdk:
7
- - openjdk8
8
- openjdk11
9
10
before_cache:
build.gradle
@@ -37,12 +37,11 @@ repositories {
37
jcenter()
38
}
39
40
-sourceCompatibility = JavaVersion.VERSION_1_8
41
-targetCompatibility = JavaVersion.VERSION_1_8
+sourceCompatibility = JavaVersion.VERSION_11
+targetCompatibility = JavaVersion.VERSION_11
42
43
ext {
44
kafkaVersion = "2.0.1"
45
-
46
testcontainersVersion = "1.12.1"
47
48
0 commit comments