Skip to content

Commit e1e6605

Browse files
authored
Publish as JDK 17 (#4)
1 parent 1335f4c commit e1e6605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717

18-
- name: Set up JDK 8
18+
- name: Set up JDK
1919
uses: actions/setup-java@v3
2020
with:
2121
distribution: 'temurin'
22-
java-version: '8'
22+
java-version: '17'
2323

2424
- name: Validate Gradle Wrapper
2525
uses: gradle/wrapper-validation-action@v1

0 commit comments

Comments
 (0)