Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,3 @@ plugins {
}

description = 'Grandparent project for Apache Lucene Core'

// Force forbidden-apis tasks to use JDK 24 signatures until it supports JDK 25;
// https://github.com/policeman-tools/forbidden-apis/pull/272
allprojects {
tasks.withType(CheckForbiddenApis.class).configureEach {
targetCompatibility = "24"
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ benmanes-versions = "com.github.ben-manes.versions:0.52.0"
carrotsearch-buildopts = "com.carrotsearch.gradle.opts:0.2.0"
carrotsearch-dependencychecks = "com.carrotsearch.gradle.dependencychecks:0.1.0"
errorprone = "net.ltgt.errorprone:4.3.0"
forbiddenapis = "de.thetaphi.forbiddenapis:3.9"
forbiddenapis = "de.thetaphi.forbiddenapis:3.10"
jacocolog = "org.barfuin.gradle.jacocolog:3.1.0"
randomizedtesting = "com.carrotsearch.gradle.randomizedtesting:0.0.6"
spotless = "com.diffplug.spotless:7.2.1"
Expand Down
Loading