We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b9786 commit c42364cCopy full SHA for c42364c
buildSrc/build.gradle
@@ -22,10 +22,6 @@ plugins {
22
id "org.jetbrains.dokka" version "2.1.0"
23
}
24
25
-if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_24)) {
26
- throw new GradleException("This build requires Java 24 or newer to run, but you are currently using Java ${JavaVersion.current()}")
27
-}
28
-
29
repositories {
30
mavenCentral()
31
spring.mavenRepositoriesFor("${springFrameworkVersion}")
0 commit comments