Skip to content

Commit

Permalink
Fix Jitpack build
Browse files Browse the repository at this point in the history
Fix Jitpack build by configuring Java 11 provided by Eclipse Temurin:
https://sdkman.io/jdks#tem
https://jitpack.io/docs/BUILDING/#java-version

Signed-off-by: Diego Rondini <diego.rondini@kynetics.it>
  • Loading branch information
diegorondini committed Feb 22, 2024
1 parent bf18ab6 commit 1996ea1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jitpack.yml
@@ -0,0 +1,4 @@
before_install:
- sdk update
- sdk install java 11.0.22-tem
- sdk use java 11.0.22-tem

0 comments on commit 1996ea1

Please sign in to comment.