Skip to content

Commit

Permalink
Fix publishing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrail committed Sep 8, 2024
1 parent 3577b83 commit 08f3159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version: '8'
java-version: '11'
distribution: 'adopt'
server-id: github
settings-path: ${{ github.workspace }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version: '8'
java-version: '11'
distribution: 'adopt'
server-id: github
settings-path: ${{ github.workspace }}
Expand Down

0 comments on commit 08f3159

Please sign in to comment.