Skip to content

Commit 8c44979

Browse files
authored
Update main.yml
1 parent ba9f9c5 commit 8c44979

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- uses: oracle-actions/setup-java@v1
1616
- name: Set up JDK 23
1717
uses: oracle-actions/setup-java@v1
18-
with:
19-
website: oracle.com
20-
release: 23
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)