Skip to content

Commit

Permalink
Allow consuming artifacts built on a newer JDK
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <[email protected]>
  • Loading branch information
NotMyFault authored and renovate[bot] committed May 19, 2024
1 parent 7ab1a3e commit c793b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ subprojects {
}

configurations.all {
attributes.attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 17)
attributes.attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 21)
}

spotless {
Expand Down

0 comments on commit c793b44

Please sign in to comment.