Skip to content

Commit c42364c

Browse files
committed
Revert "Merge pull request #46818 from BenchmarkingBuffalo"
This reverts commit 4730dcf, reversing changes made to 024bb72. See gh-46818
1 parent d4b9786 commit c42364c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

buildSrc/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ plugins {
2222
id "org.jetbrains.dokka" version "2.1.0"
2323
}
2424

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-
2925
repositories {
3026
mavenCentral()
3127
spring.mavenRepositoriesFor("${springFrameworkVersion}")

0 commit comments

Comments
 (0)