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 d9a45f2 commit 4d05856Copy full SHA for 4d05856
2 files changed
.github/workflows/maven-build.yml
@@ -12,10 +12,10 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v2
15
- - name: Set up JDK 17
+ - name: Set up JDK 25
16
uses: actions/setup-java@v1
17
with:
18
- java-version: 17
+ java-version: 25
19
- name: Build with Maven
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/maven-publish.yml
@@ -21,10 +21,10 @@ jobs:
22
23
24
25
26
27
28
- name: Publish with Maven
29
30
0 commit comments