We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b48cf5 commit 2ef0eb5Copy full SHA for 2ef0eb5
1 file changed
.github/workflows/ci.yml
@@ -42,11 +42,9 @@ jobs:
42
- name: set up Java
43
uses: actions/setup-java@v2
44
with:
45
- distribution: 'zulu'
46
- java-version: ${{ inputs.javaLevel }}
+ distribution: 'temurin'
+ java-version: 11
47
server-id: central
48
- server-username: MAVEN_USERNAME
49
- server-password: MAVEN_PASSWORD
50
- name: Publish package
51
run: mvn -B deploy
52
env:
0 commit comments