Allow consuming artifacts built on a newer JDK

Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Alexander Brandes 2024-05-19 17:58:42 +02:00 committed by renovate[bot]
parent 7ab1a3eafb
commit c793b4454a

View File

@ -94,7 +94,7 @@ subprojects {
} }
configurations.all { configurations.all {
attributes.attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 17) attributes.attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 21)
} }
spotless { spotless {