Skip to content

Commit 54d168f

Browse files
Merge pull request #52 from Mastercard/publish
fixing the maven publish to use Java 17, instead of java 11
2 parents 18a4e0d + b7a6e34 commit 54d168f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
- name: Set up JDK 11
17+
- name: Set up JDK 17
1818
uses: actions/setup-java@v4
1919
with:
20-
java-version: '11'
20+
java-version: '17'
2121
distribution: 'temurin'
2222
server-id: central
2323
server-username: MAVEN_CENTRAL_USERNAME

0 commit comments

Comments
 (0)