Skip to content

Commit

Permalink
Run GHA with J21
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed May 4, 2024
1 parent 99af532 commit e33cfb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Expand Up @@ -18,10 +18,10 @@ jobs:
~/.gradle/caches
~/.gradle/wrapper
.gradle/loom-cache
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v1
with:
java-version: 17
java-version: 21
- name: Build with Gradle
run: ./gradlew build --stacktrace
- name: Capture build artifacts
Expand Down

0 comments on commit e33cfb5

Please sign in to comment.