Skip to content

Commit

Permalink
Fix java version in publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan3d committed Mar 21, 2024
1 parent aeccc66 commit 4bf7c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 11
java-version: 17

- name: Publish plugin to Sonatype
run: ./gradlew publish closeAndReleaseSonatypeStagingRepository -PwithoutSample --no-daemon --stacktrace

0 comments on commit 4bf7c89

Please sign in to comment.