File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
local-build-plugins/src/main/groovy Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ org.gradle.java.installations.auto-download=false
2727
2828# externalized definition of JDK versions so that they are available in both Project (build.gradle) and Settings (settings.gradle)
2929orm.jdk.base =17
30- orm.jdk.min =21
30+ orm.jdk.min =23
3131# See gradlew/wrapper/gradle-wrapper.properties, https://docs.gradle.org/current/userguide/compatibility.html#java_runtime
32- orm.jdk.max =22
32+ orm.jdk.max =24
3333
3434# The minimum version of Gradle supported for the ORM Gradle plugin.
3535# This is the version used in the plugin tests, used to make sure we do not break compatibility.
3636# See `org.hibernate.orm.tooling.gradle.TestHelper`
37- orm.gradle.min =8.14
37+ orm.gradle.min =8.14
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ tasks.withType(Javadoc).configureEach {
4545 docTitle = " Hibernate Javadocs ($project . name : $project . version )"
4646 // Pick the styles for the JDK that is used to "build" the Javadocs:
4747 stylesheetFile = rootProject. layout. buildDirectory. dir(" unpacked-theme" ). get()
48- .dir(" hibernate-asciidoctor-theme" ). dir(" javadoc" ). dir(" jdk21 " ). file(" stylesheet.css" ). asFile
48+ .dir(" hibernate-asciidoctor-theme" ). dir(" javadoc" ). dir(" jdk " + jdkVersions . min . asInt() ). file(" stylesheet.css" ). asFile
4949 bottom = " Copyright © 2001-$currentYear <a href=\" https://redhat.com\" >Red Hat, Inc.</a> All Rights Reserved."
5050
5151 // The javadoc folder contains cached versions of the respective element-list files to avoid release issues when servers are down
You can’t perform that action at this time.
0 commit comments