Skip to content

Commit 9717553

Browse files
committed
Upgrade to Java 17
1 parent bb587e4 commit 9717553

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Set up JDK 11
15+
- name: Set up JDK 17
1616
uses: actions/setup-java@v2
1717
with:
18-
java-version: '11'
18+
java-version: '17'
1919
distribution: 'adopt'
2020
cache: gradle
2121

@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up OSS Sonatype
3535
uses: actions/setup-java@v2
3636
with:
37-
java-version: '11'
37+
java-version: '17'
3838
distribution: 'adopt'
3939
cache: maven
4040
server-id: ossrh

0 commit comments

Comments
 (0)