Skip to content

Commit

Permalink
test against java 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ancho committed Apr 12, 2020
1 parent 73c963d commit 800bbb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ after_success:
- "./gradlew -PskipSigning jacocoRootReport coveralls || ./gradlew clean"

jdk:
- openjdk14
- openjdk11
- oraclejdk8
- openjdk8
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ assertjCoreVersion = 3.15.0
mockitoVersion = 3.3.3

# build dependencies
jacocoVersion = 0.8.3
jacocoVersion = 0.8.5
grgitVersion = 1.6.0


Expand Down

0 comments on commit 800bbb8

Please sign in to comment.