Skip to content

Commit

Permalink
Build with java 21 as default environment
Browse files Browse the repository at this point in the history
Signed-off-by: cpw <cpw+github@weeksfamily.ca>
  • Loading branch information
cpw committed Jun 17, 2024
1 parent 99a2650 commit 3856351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.17
- name: Set up JDK 1.21
uses: actions/setup-java@v1
with:
java-version: 1.17
java-version: 1.21
- name: Build with Gradle
run: ./gradlew build
- name: Curseforge publish
Expand Down

0 comments on commit 3856351

Please sign in to comment.