Skip to content

Commit 2fbca46

Browse files
authored
Update main.yml
1 parent 1bc31b4 commit 2fbca46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- name: Set up JDK 21
8+
- name: Set up JDK 17
99
uses: actions/setup-java@v4
1010
with:
11-
java-version: '21'
11+
java-version: '17'
1212
distribution: 'temurin'
1313
- uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5
1414
- run: chmod +x ./gradlew

0 commit comments

Comments
 (0)