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