mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-09 20:13:44 +00:00
76144935e2
[jdk16] delombok
4 lines
242 B
Bash
4 lines
242 B
Bash
apt-get update && apt-get install -y wget
|
|
wget https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk-16%2B36/OpenJDK16-jdk_x64_linux_hotspot_16_36.tar.gz -O jdk.tar.gz
|
|
tar -xzf jdk.tar.gz -C /opt/
|
|
mv /opt/jdk-16+36 /opt/jdk |