Skip to content

Commit d0a954d

Browse files
committed
Fix GHA
1 parent e234767 commit d0a954d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: setup jdk
1818
uses: actions/setup-java@v4
1919
with:
20-
java-version: '21'
20+
java-version: '25'
2121
distribution: 'microsoft'
2222
- name: make gradle wrapper executable
2323
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)