Skip to content

Commit c6beb31

Browse files
committed
ci: Back to Corretto
1 parent 84c0a2e commit c6beb31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Java
3333
uses: actions/setup-java@v4
3434
with:
35-
distribution: 'zulu'
35+
distribution: 'corretto'
3636
java-version: ${{ matrix.java }}
3737
cache: maven
3838
- name: Build with Maven

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
MAVEN_USERNAME: ${{ secrets.OSS_USERNAME }}
4141
MAVEN_PASSWORD: ${{ secrets.OSS_PASSWORD }}
4242
MAVEN_GPG_PASSPHRASE: ${{ secrets.SIGNING_PASSWORD }}
43-
run: mvn --no-transfer-progress --batch-mode deploy -P release-sign-artifacts
43+
run: mvn -e --no-transfer-progress --batch-mode deploy -P release-sign-artifacts

0 commit comments

Comments
 (0)