Skip to content

Commit

Permalink
Fix Java version for release build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Jul 9, 2024
1 parent 065aaa1 commit 69cc3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: 17
java-version: 11
cache: "maven"
server-id: ossrh
server-username: MAVEN_USERNAME
Expand Down

0 comments on commit 69cc3c2

Please sign in to comment.