Skip to content
Snippets Groups Projects
Commit eab731c4 authored by Johannes Mey's avatar Johannes Mey
Browse files

Require Java 21

parent d888e77b
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,8 @@ repositories { ...@@ -37,8 +37,8 @@ repositories {
} }
java { java {
sourceCompatibility = JavaVersion.VERSION_17 sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_21
} }
idea { idea {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment