We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d6773 commit e128778Copy full SHA for e128778
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/setup-java@v4
18
with:
19
distribution: "temurin"
20
- java-version: "17"
+ java-version: "21"
21
22
- name: Build fat JAR
23
run: mvn clean package
0 commit comments