feat: update to JDK 21

This commit is contained in:
Johannes Frohnmeyer 2024-04-03 17:28:40 +02:00
parent 7a0d2f726e
commit 86f100da8e
Signed by: Johannes
GPG Key ID: E76429612C2929F4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
steps:
maven:
image: gradle:latest
image: gradle:jdk21
pull: true
commands:
- apt update

View File

@ -1 +1 @@
version = "1.6-SNAPSHOT"
version = "1.7-SNAPSHOT"