mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-08 04:46:32 +02:00
Java 18
This commit is contained in:
parent
c355abc4a7
commit
c29b0411cc
7 changed files with 12 additions and 324 deletions
9
packages/java/18.0.1.1/build.sh
vendored
Executable file
9
packages/java/18.0.1.1/build.sh
vendored
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Put instructions to build your package in here
|
||||
|
||||
curl "https://download.java.net/java/GA/jdk18.0.1.1/65ae32619e2f40f3a9af3af1851d6e19/2/GPL/openjdk-18.0.1.1_linux-x64_bin.tar.gz" -o java.tar.gz
|
||||
|
||||
tar xzf java.tar.gz --strip-components=1
|
||||
rm java.tar.gz
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue