Browse Source

Revert "Merge pull request #46818 from BenchmarkingBuffalo"

This reverts commit 4730dcfef7, reversing
changes made to 024bb7278e.

See gh-46818
pull/48164/head
Phillip Webb 4 weeks ago
parent
commit
c42364ce88
  1. 4
      buildSrc/build.gradle

4
buildSrc/build.gradle

@ -22,10 +22,6 @@ plugins { @@ -22,10 +22,6 @@ plugins {
id "org.jetbrains.dokka" version "2.1.0"
}
if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_24)) {
throw new GradleException("This build requires Java 24 or newer to run, but you are currently using Java ${JavaVersion.current()}")
}
repositories {
mavenCentral()
spring.mavenRepositoriesFor("${springFrameworkVersion}")

Loading…
Cancel
Save