Skip to content

Commit 5f18eda

Browse files
committed
Build with JDK11, test on JDK8,11,14
1 parent 2ebcb24 commit 5f18eda

5 files changed

Lines changed: 12 additions & 22 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ language: java
2323
jdk:
2424
- openjdk8
2525
- openjdk11
26-
- openjdk12 # TODO unsupported, remove soon?
27-
- openjdk13
26+
- openjdk14
2827

2928
#Skipping install step to avoid having Travis run arbitrary './gradlew assemble' task
3029
# https://docs.travis-ci.com/user/customizing-the-build/#Skipping-the-Installation-Step
@@ -48,7 +47,7 @@ deploy:
4847
edge: true
4948
cleanup: false
5049
on:
51-
jdk: openjdk12
50+
jdk: openjdk11
5251
branch: master
5352

5453

gradle/wrapper/gradle-wrapper.jar

508 Bytes
Binary file not shown.
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.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 7 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)