Skip to content

Commit da16fe5

Browse files
authored
Merge pull request #24 from DoJapHD/master
Update
2 parents 34e75c0 + cc13764 commit da16fe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Set up JDK 17
19+
- name: Set up JDK 21
2020
uses: actions/setup-java@v3
2121
with:
2222
distribution: 'corretto'
23-
java-version: '17'
23+
java-version: '21'
2424
- name: Grant execute permission for gradlew
2525
run: chmod +x gradlew
2626
- name: Build with Gradle
@@ -29,4 +29,4 @@ jobs:
2929
uses: actions/upload-artifact@v3
3030
with:
3131
name: Artifacts
32-
path : build/libs/*-release.jar
32+
path : build/libs/*-release.jar

0 commit comments

Comments
 (0)