correction pb buil jar
This commit is contained in:
@@ -13,12 +13,12 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Java 25
|
- name: Install Java 25
|
||||||
uses: https://github.com/actions/setup-java@v4
|
run: |
|
||||||
with:
|
wget -q https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.3%2B9/OpenJDK25U-jdk_x64_alpine-linux_hotspot_25.0.3_9.tar.gz
|
||||||
java-version: '25'
|
tar -xzf OpenJDK25U-jdk_x64_alpine-linux_hotspot_25.0.3_9.tar.gz -C /opt
|
||||||
distribution: 'temurin'
|
echo "JAVA_HOME=/opt/jdk-25.0.3+9" >> $GITHUB_ENV
|
||||||
cache: 'gradle'
|
echo "/opt/jdk-25.0.3+9/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Build JAR
|
- name: Build JAR
|
||||||
run: ./gradlew build -x test
|
run: ./gradlew build -x test
|
||||||
|
|||||||
Reference in New Issue
Block a user