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 1d0b3d9 commit b7e1a87Copy full SHA for b7e1a87
.github/workflows/build.yaml
@@ -14,10 +14,10 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v4
17
- - name: Set up JDK 21
+ - name: Set up JDK 25
18
uses: actions/setup-java@v4
19
with:
20
- java-version: '21'
+ java-version: '25'
21
distribution: 'temurin'
22
23
- name: Setup Gradle
0 commit comments