We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c650d commit c109a1aCopy full SHA for c109a1a
2 files changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
# Use these Java versions
14
- java: [ 21 ]
+ java: [ 25 ]
15
distro: [ temurin ]
16
# and run on both Linux and Windows
17
os: [ ubuntu-latest ]
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up JDK
25
uses: actions/setup-java@v4
26
with:
27
- java-version: 21
+ java-version: 25
28
distribution: 'microsoft'
29
30
- name: Grant execute permission for gradlew
0 commit comments