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 77150f4 commit 2dd163cCopy full SHA for 2dd163c
.github/workflows/build.yml
@@ -16,7 +16,8 @@ jobs:
16
- name: Setup JDK
17
uses: actions/setup-java@v3
18
with:
19
- java-version: 1.8
+ java-version: '8'
20
+ distriubtion: 'temurin'
21
cache: maven
22
- name: Build with Maven
23
run: mvn --batch-mode package
.github/workflows/publish.yml
@@ -13,7 +13,8 @@ jobs:
13
- name: Set up repo
14
15
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
0 commit comments