Skip to content

Commit

Permalink
Fix Runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev0Louis committed May 14, 2024
1 parent 713b1f4 commit a8a1fe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
distribution: temurin
cache: gradle
java-version: 17
java-version: 21
- run: chmod +x gradlew
- name: Build
run: ./gradlew build
Expand Down

0 comments on commit a8a1fe0

Please sign in to comment.