Skip to content

Commit 4a94965

Browse files
committed
updating workflows to use java 11
1 parent a20d5c0 commit 4a94965

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/beta_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Maven Central Repository
3030
uses: actions/setup-java@v1
3131
with:
32-
java-version: 8
32+
java-version: 11
3333
server-id: ossrh
3434
server-username: MAVEN_USERNAME
3535
server-password: MAVEN_PASSWORD

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Maven Central Repository
2020
uses: actions/setup-java@v1
2121
with:
22-
java-version: 8
22+
java-version: 11
2323
server-id: ossrh
2424
server-username: MAVEN_USERNAME
2525
server-password: MAVEN_PASSWORD

0 commit comments

Comments
 (0)