We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d3dc42 + 72d7a2e commit 67fc336Copy full SHA for 67fc336
.github/workflows/maven-publish.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Java for publishing to Maven Central Repository
16
uses: actions/setup-java@v1
17
with:
18
- java-version: '8'
+ java-version: '17'
19
distribution: 'zulu'
20
server-id: ossrh
21
server-username: MAVEN_USERNAME
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/checkout@v3
40
- uses: actions/setup-java@v3
41
42
43
44
server-id: github_auth
45
- name: Publish package
.github/workflows/publish-javadoc.yml
@@ -14,5 +14,5 @@ jobs:
14
GITHUB_TOKEN: ${{ secrets.SECRET_KEY }}
javadoc-branch: javadoc
- java-version: 8
+ java-version: 17
target-folder: docs
0 commit comments