We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f02b8 commit 7e6aa8aCopy full SHA for 7e6aa8a
.github/workflows/build.yml
@@ -14,10 +14,10 @@ jobs:
14
- name: Checkout repository
15
uses: actions/checkout@v2
16
17
- - name: Set up JDK 17
+ - name: Set up JDK 21
18
uses: actions/setup-java@v2
19
with:
20
- java-version: '17'
+ java-version: '21'
21
distribution: 'microsoft'
22
23
- name: Build JAR
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v4
distribution: corretto
- java-version: 17
+ java-version: 21
24
- name: Setup Gradle
25
uses: gradle/actions/setup-gradle@v3
0 commit comments