Skip to content

Commit 3f8a19d

Browse files
authored
Update publish.yml
1 parent a05e994 commit 3f8a19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
steps:
1212
- name: Check out code
1313
uses: actions/checkout@v2
14-
- name: Set up JDK 11
14+
- name: Set up JDK 17
1515
uses: actions/setup-java@v2
1616
with:
1717
distribution: adopt
18-
java-version: 11
18+
java-version: 17
1919

2020
# Make gradlew executable https://github.com/actions/starter-workflows/issues/171
2121
- name: Make gradlew executable

0 commit comments

Comments
 (0)