Skip to content

Commit

Permalink
Merge pull request #24 from DoJapHD/master
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
DoJapHD authored Apr 11, 2024
2 parents 34e75c0 + cc13764 commit da16fe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
java-version: '21'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand All @@ -29,4 +29,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Artifacts
path : build/libs/*-release.jar
path : build/libs/*-release.jar

0 comments on commit da16fe5

Please sign in to comment.