Skip to content

Commit c793b44

Browse files
NotMyFaultrenovate[bot]
authored andcommitted
Allow consuming artifacts built on a newer JDK
Signed-off-by: Alexander Brandes <[email protected]>
1 parent 7ab1a3e commit c793b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ subprojects {
9494
}
9595

9696
configurations.all {
97-
attributes.attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 17)
97+
attributes.attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 21)
9898
}
9999

100100
spotless {

0 commit comments

Comments
 (0)