Skip to content

Commit

Permalink
Updated JDK version used by deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Oct 30, 2024
1 parent a4f1887 commit 52e32c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: zulu
java-version: |
8
17
21
- name: Cache Dependencies
uses: actions/cache@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy_to_maven_central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
distribution: zulu
java-version: |
8
17
21
server-id: maven-central-releases
# Server authentication corresponds to "user token" returned by https://oss.sonatype.org/
server-username: OSSRH_USERNAME
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
distribution: zulu
java-version: |
8
17
21
server-id: maven-central-releases
# Server authentication corresponds to "user token" returned by https://oss.sonatype.org/
server-username: OSSRH_USERNAME
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
distribution: zulu
java-version: |
8
17
21
server-id: maven-central-releases
# Server authentication corresponds to "user token" returned by https://oss.sonatype.org/
server-username: OSSRH_USERNAME
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
distribution: zulu
java-version: |
8
17
21
server-id: maven-central-releases
# Server authentication corresponds to "user token" returned by https://oss.sonatype.org/
server-username: OSSRH_USERNAME
Expand Down

0 comments on commit 52e32c0

Please sign in to comment.