Skip to content

Commit

Permalink
change the build pipeline to use java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
muhrifqii committed Jan 1, 2024
1 parent 7e8ebf8 commit 6de6484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: 'temurin'
- uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 6de6484

Please sign in to comment.