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.
1 parent 10b4fbe commit f2a8cdaCopy full SHA for f2a8cda
.github/workflows/publish.yml
@@ -7,11 +7,12 @@ jobs:
7
publish:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
11
- name: Set up Java for publishing to Maven Central Repository
12
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v3
13
with:
14
- java-version: 1.8
+ java-version: '11'
15
+ distribution: 'temurin'
16
server-id: ossrh
17
server-username: MAVEN_USERNAME
18
server-password: MAVEN_PASSWORD
0 commit comments