Skip to content

Commit c5cf0da

Browse files
committed
Update Java version to 17 for publishing
1 parent c471619 commit c5cf0da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-java@v4
1818
with:
1919
distribution: 'temurin'
20-
java-version: 8
20+
java-version: 17
2121
- name: Publish to the Maven Central Repository
2222
run: gradle publish
2323
env:

0 commit comments

Comments
 (0)