Skip to content

Commit

Permalink
Switches build to JDK 13 (openzipkin#2966)
Browse files Browse the repository at this point in the history
Not concerned about errorprone as it isn't highly value adding anyway.
When/if they ever fix the 1.5 year old issue, we can update the profile.

Fixes openzipkin#2893
  • Loading branch information
adriancole authored Jan 24, 2020
1 parent e00267f commit 67f6ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cache:

language: java

jdk: openjdk11
jdk: openjdk13

services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion zipkin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<plugin>
<groupId>net.orfjackal.retrolambda</groupId>
<artifactId>retrolambda-maven-plugin</artifactId>
<version>2.5.6</version>
<version>2.5.7</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 67f6ad4

Please sign in to comment.