Skip to content

Commit

Permalink
Jitpack reads the java version from the .travis.yml file. This should…
Browse files Browse the repository at this point in the history
… be Java 11
  • Loading branch information
sjrd218 committed Nov 22, 2024
1 parent ac7dd94 commit f93ce83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: java
jdk:
- openjdk8
- openjdk11
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
Expand Down

0 comments on commit f93ce83

Please sign in to comment.