Skip to content

Commit 5699f11

Browse files
authored
Merge pull request #117 from Umutayb/ElementAcquisition-logic-update
Update maven-publish.yml
2 parents 2b5f1a1 + b1d23c4 commit 5699f11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
- name: Set up Java for publishing to Maven Central Repository
1414
uses: actions/setup-java@v4
1515
with:
16-
java-version: 19
16+
java-version: 17
17+
distribution: 'temurin'
1718
server-id: ossrh
1819
server-username: MAVEN_USERNAME
1920
server-password: MAVEN_PASSWORD

0 commit comments

Comments
 (0)