We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4989b87 commit 3a7e2a1Copy full SHA for 3a7e2a1
2 files changed
.github/workflows/build.yml
@@ -21,10 +21,10 @@ jobs:
21
22
steps:
23
- uses: actions/checkout@v4
24
- - name: Set up JDK 17
+ - name: Set up JDK 21
25
uses: actions/setup-java@v4
26
with:
27
- java-version: '17'
+ java-version: '21'
28
distribution: 'temurin'
29
cache: maven
30
- name: Build with Maven
.github/workflows/maven-publish.yml
@@ -19,10 +19,10 @@ jobs:
19
20
- name: Remove -snapshot from version
0 commit comments