Skip to content

Commit 67fc336

Browse files
authored
Merge pull request #28 from lunasaw/2.5.9
🔖 fix
2 parents 7d3dc42 + 72d7a2e commit 67fc336

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Java for publishing to Maven Central Repository
1616
uses: actions/setup-java@v1
1717
with:
18-
java-version: '8'
18+
java-version: '17'
1919
distribution: 'zulu'
2020
server-id: ossrh
2121
server-username: MAVEN_USERNAME
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v3
4040
- uses: actions/setup-java@v3
4141
with:
42-
java-version: '8'
42+
java-version: '17'
4343
distribution: 'zulu'
4444
server-id: github_auth
4545
- name: Publish package

.github/workflows/publish-javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
with:
1515
GITHUB_TOKEN: ${{ secrets.SECRET_KEY }}
1616
javadoc-branch: javadoc
17-
java-version: 8
17+
java-version: 17
1818
target-folder: docs

0 commit comments

Comments
 (0)