Skip to content

Commit f2a8cda

Browse files
committed
[feature/CM-980]: Updated java version
1 parent 10b4fbe commit f2a8cda

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
- name: Set up Java for publishing to Maven Central Repository
12-
uses: actions/setup-java@v1
12+
uses: actions/setup-java@v3
1313
with:
14-
java-version: 1.8
14+
java-version: '11'
15+
distribution: 'temurin'
1516
server-id: ossrh
1617
server-username: MAVEN_USERNAME
1718
server-password: MAVEN_PASSWORD

0 commit comments

Comments
 (0)