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.
2 parents 34e75c0 + cc13764 commit da16fe5Copy full SHA for da16fe5
.github/workflows/build.yml
@@ -16,11 +16,11 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v3
19
- - name: Set up JDK 17
+ - name: Set up JDK 21
20
uses: actions/setup-java@v3
21
with:
22
distribution: 'corretto'
23
- java-version: '17'
+ java-version: '21'
24
- name: Grant execute permission for gradlew
25
run: chmod +x gradlew
26
- name: Build with Gradle
@@ -29,4 +29,4 @@ jobs:
29
uses: actions/upload-artifact@v3
30
31
name: Artifacts
32
- path : build/libs/*-release.jar
+ path : build/libs/*-release.jar
0 commit comments