Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 59662db

Browse files
fix: jitci compilation with java 14
1 parent a1ff683 commit 59662db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jitpack.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
jdk:
22
- openjdk14
33

4+
before_install:
5+
- echo "Install java 14"
6+
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
7+
- source install-jdk.sh --feature 14
8+
- jshell --version

0 commit comments

Comments
 (0)