Skip to content

Commit

Permalink
Introduce jitpack.yml
Browse files Browse the repository at this point in the history
By default Jitpack will build using JDK 11.0.2, while as of
21ab00e Error Prone requires JDK
11.0.9+.
  • Loading branch information
Stephan202 committed Oct 13, 2022
1 parent b1dcc4c commit 1af6f01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jitpack.yml
@@ -0,0 +1,5 @@
before_install:
- source "${HOME}/.sdkman/bin/sdkman-init.sh"
- sdk update
- sdk install java 11.0.16.1-tem
- sdk use java 11.0.16.1-tem

0 comments on commit 1af6f01

Please sign in to comment.