Skip to content

Commit e128778

Browse files
committed
Moved to Java 21
1 parent 62d6773 commit e128778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-java@v4
1818
with:
1919
distribution: "temurin"
20-
java-version: "17"
20+
java-version: "21"
2121

2222
- name: Build fat JAR
2323
run: mvn clean package

0 commit comments

Comments
 (0)