File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\ ://services.gradle.org/distributions-snapshots/gradle-7.5-20220411001643 +0000-bin.zip
3+ distributionUrl =https://services.gradle.org/distributions-snapshots/gradle-7.6-20220514035912 +0000-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- wget https://download.java.net/java/early_access/loom/5/ openjdk-19-loom+5-429_linux -x64_bin.tar.gz
4- tar -zxvf openjdk-19-loom+5-429_linux -x64_bin.tar.gz
3+ wget https://download.java.net/java/early_access/jdk19/22/GPL/ openjdk-19-ea+22_linux -x64_bin.tar.gz
4+ tar -zxvf openjdk-19-ea+22_linux -x64_bin.tar.gz
55export LOOM_JDK=jdk-19
66eval " $LOOM_JDK /bin/java -version"
77echo " LOOM_JDK=$LOOM_JDK " >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments