Skip to content

Commit

Permalink
HPCC4J-580 Github Actions Snapshot publish fails
Browse files Browse the repository at this point in the history
- Updated development JDK env to 11 to meet 9+ req.

Signed-off-by: James McMullan [email protected]
  • Loading branch information
jpmcmu committed Feb 22, 2024
1 parent 4b47a56 commit 722faa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshots-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Maven Central Repository
uses: actions/setup-java@v3
with:
java-version: '8'
java-version: '11'
distribution: 'adopt'
server-id: ossrh
server-username: MAVEN_USERNAME
Expand Down

0 comments on commit 722faa7

Please sign in to comment.