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 e994b49 commit b6bbdfaCopy full SHA for b6bbdfa
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build with Gradle
32
run: ./gradlew build jacocoTestReport --info
33
- name: Upload to Sonatype
34
- if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.java == '11'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.java == '17'
35
run: |
36
echo "${{ secrets.MAVEN_GPG_PRIVATE_KEY }}" > ~/.gradle/secring.gpg.b64
37
base64 -d ~/.gradle/secring.gpg.b64 > ~/.gradle/secring.gpg
0 commit comments