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