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 aff7e3a commit 7ab6cdaCopy full SHA for 7ab6cda
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Setup java
10
uses: actions/setup-java@v3
11
with:
12
- java-version: '11'
+ java-version: '8'
13
distribution: 'adopt'
14
- name: Build with Maven
15
run: mvn --batch-mode --update-snapshots verify
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Maven Central
24
25
26
27
28
server-id: ossrh
29
server-username: MAVEN_USERNAME
0 commit comments