Skip to content

Commit b6bbdfa

Browse files
committed
Switch to Java 17 for package builds
1 parent e994b49 commit b6bbdfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build with Gradle
3232
run: ./gradlew build jacocoTestReport --info
3333
- name: Upload to Sonatype
34-
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.java == '11'
34+
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.java == '17'
3535
run: |
3636
echo "${{ secrets.MAVEN_GPG_PRIVATE_KEY }}" > ~/.gradle/secring.gpg.b64
3737
base64 -d ~/.gradle/secring.gpg.b64 > ~/.gradle/secring.gpg

0 commit comments

Comments
 (0)