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 5699536 commit 9d74171Copy full SHA for 9d74171
.github/workflows/gradle_build.yml
@@ -12,10 +12,10 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v4
15
- - name: Set up JDK 17
+ - name: Set up JDK 21
16
uses: actions/setup-java@v4
17
with:
18
- java-version: 17
+ java-version: 21
19
distribution: 'temurin'
20
- name: Grant execute permission for gradlew
21
run: chmod +x gradlew
.github/workflows/gradle_publish.yml
@@ -10,10 +10,10 @@ jobs:
10
11
0 commit comments