Skip to content

Commit

Permalink
Merge pull request #5 from cheonjaewoong/ci-java-update
Browse files Browse the repository at this point in the history
Upgrade JDK version in GitHub Actions workflow
  • Loading branch information
cheonjaeung authored Oct 7, 2023
2 parents 5272322 + 9abeb87 commit e40a442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: 11
java-version: '17'

- name: Publish to Maven Central
run: ./gradlew publish --no-daemon --no-parallel --stacktrace
Expand Down

0 comments on commit e40a442

Please sign in to comment.