We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e234767 commit d0a954dCopy full SHA for d0a954d
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: setup jdk
18
uses: actions/setup-java@v4
19
with:
20
- java-version: '21'
+ java-version: '25'
21
distribution: 'microsoft'
22
- name: make gradle wrapper executable
23
run: chmod +x ./gradlew
0 commit comments