Update Java to 21 (#1149)

* Update Java to 21

* Update Readme
This commit is contained in:
Mitchell Syer
2024-11-17 12:17:39 -05:00
committed by GitHub
parent fd45c0740c
commit 4c2a05c3a6
8 changed files with 30 additions and 58 deletions
+2 -2
View File
@@ -32,10 +32,10 @@ jobs:
path: master
fetch-depth: 0
- name: Set up JDK 1.8
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 8
java-version: 21
distribution: 'temurin'
- name: Setup Gradle
+2 -7
View File
@@ -32,10 +32,10 @@ jobs:
path: master
fetch-depth: 0
- name: Set up JDK 1.8
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 8
java-version: 21
distribution: 'temurin'
- name: Setup Gradle
@@ -88,7 +88,6 @@ jobs:
- macOS-x64
- macOS-arm64
- windows-x64
- windows-x86
name: Make ${{ matrix.os }} release
needs: build
@@ -156,10 +155,6 @@ jobs:
with:
name: windows-x64
path: release
- uses: actions/download-artifact@v4
with:
name: windows-x86
path: release
- name: Checkout Preview branch
uses: actions/checkout@v4
+2 -7
View File
@@ -33,10 +33,10 @@ jobs:
path: master
fetch-depth: 0
- name: Set up JDK 1.8
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 8
java-version: 21
distribution: 'temurin'
- name: Setup Gradle
@@ -90,7 +90,6 @@ jobs:
- macOS-x64
- macOS-arm64
- windows-x64
- windows-x86
name: Make ${{ matrix.os }} release
needs: build
@@ -159,10 +158,6 @@ jobs:
with:
name: windows-x64
path: release
- uses: actions/download-artifact@v4
with:
name: windows-x86
path: release
- name: Generate checksums
run: cd release && sha256sum * > Checksums.sha256