Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed May 16, 2024
1 parent 91cf5df commit 329987a
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 @@ -8,11 +8,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: set up JDK 17
- name: set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
- name: grant execute permission for gradlew
run: chmod +x gradlew
- name: build with gradle
Expand All @@ -21,4 +21,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: artifacts
path: build/libs/
path: build/libs/

0 comments on commit 329987a

Please sign in to comment.