Skip to content

Commit ac395de

Browse files
committed
ci: use java17 for release builds
1 parent 37873cf commit ac395de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Maven Central Repository
1212
uses: actions/setup-java@v5
1313
with:
14-
java-version: '11'
14+
java-version: '17'
1515
distribution: 'temurin'
1616
server-id: central
1717
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)