Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 790ada4

Browse files
Update gradle.yml
1 parent 1f9e056 commit 790ada4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
1818

19-
- name: Set up JDK 17
19+
- name: Set up JDK 21
2020
uses: actions/setup-java@v4
2121
with:
2222
distribution: 'adopt'
23-
java-version: '17'
23+
java-version: '21'
2424

2525
- name: Cache Gradle packages
2626
uses: actions/cache@v4

0 commit comments

Comments
 (0)