Add java 21+ support

This commit is contained in:
Ethan McCue 2023-05-16 00:21:53 -04:00
parent c1ed7a7118
commit 4c739965c2
15 changed files with 90 additions and 0 deletions

9
packages/java/20.0.1/build.sh vendored Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
# Put instructions to build your package in here
curl "https://download.java.net/java/GA/jdk20.0.1/b4887098932d415489976708ad6d1a4b/9/GPL/openjdk-20.0.1_linux-x64_bin.tar.gz" -o java.tar.gz
tar xzf java.tar.gz --strip-components=1
rm java.tar.gz