Skip to content

Commit ba9f9c5

Browse files
authored
Update main.yml
1 parent 356fd0d commit ba9f9c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
16-
- name: Set up JDK 17
17-
uses: actions/setup-java@v4
18-
with:
19-
java-version: 17
20-
distribution: corretto
15+
- uses: oracle-actions/setup-java@v1
16+
- name: Set up JDK 23
17+
uses: oracle-actions/setup-java@v1
18+
with:
19+
website: oracle.com
20+
release: 23
2121
- name: Grant execute permission for gradlew
2222
run: chmod +x gradlew
2323
- name: Build with Gradle

0 commit comments

Comments
 (0)