Skip to content

Commit 7a02314

Browse files
authored
Update build.yml
1 parent 535db75 commit 7a02314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: Check out code
1414
uses: actions/checkout@v3
1515

16-
- name: Set up JDK 17
16+
- name: Set up JDK 21
1717
uses: actions/setup-java@v3
1818
with:
1919
distribution: temurin
20-
java-version: '17'
20+
java-version: '21'
2121

2222
- name: Grant Gradle permissions
2323
run: chmod +x gradlew

0 commit comments

Comments
 (0)