From c793b4454a7f973e090bda341d3cf3a4fdbae5a7 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sun, 19 May 2024 17:58:42 +0200 Subject: [PATCH] Allow consuming artifacts built on a newer JDK Signed-off-by: Alexander Brandes --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 90fc5e40f..5bc755107 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -94,7 +94,7 @@ subprojects { } configurations.all { - attributes.attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 17) + attributes.attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 21) } spotless {