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 839d702 commit eb46cdaCopy full SHA for eb46cda
.github/workflows/maven-publish.yml
@@ -10,10 +10,10 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v2
13
- - name: Set up JDK 1.8
+ - name: Set up JDK 16
14
uses: actions/setup-java@v1
15
with:
16
- java-version: 1.8
+ java-version: 16
17
- name: Import GPG key
18
id: import_gpg
19
uses: crazy-max/ghaction-import-gpg@v4
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Apache Maven Central
28
29
with: # running setup-java again overwrites the settings.xml
30
31
distribution: 'adopt'
32
server-id: ossrh
33
server-username: MAVEN_USERNAME # env variable for username in deploy
0 commit comments