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 84c0a2e commit c6beb31Copy full SHA for c6beb31
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Setup Java
33
uses: actions/setup-java@v4
34
with:
35
- distribution: 'zulu'
+ distribution: 'corretto'
36
java-version: ${{ matrix.java }}
37
cache: maven
38
- name: Build with Maven
.github/workflows/publish.yml
@@ -40,4 +40,4 @@ jobs:
40
MAVEN_USERNAME: ${{ secrets.OSS_USERNAME }}
41
MAVEN_PASSWORD: ${{ secrets.OSS_PASSWORD }}
42
MAVEN_GPG_PASSPHRASE: ${{ secrets.SIGNING_PASSWORD }}
43
- run: mvn --no-transfer-progress --batch-mode deploy -P release-sign-artifacts
+ run: mvn -e --no-transfer-progress --batch-mode deploy -P release-sign-artifacts
0 commit comments