Skip to content

Commit

Permalink
use Java 17 for snapshot releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaiden Ashmore authored and Jaiden Ashmore committed Oct 19, 2024
1 parent a9b0a1f commit 2beee77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 17
- name: Build with Gradle
uses: eskatos/gradle-command-action@v1
env:
Expand Down

0 comments on commit 2beee77

Please sign in to comment.