elasticsearch/build-tools-internal/settings.gradle
Rene Groeschke 6f7a206a8a
Update Gradle Enterprise Plugin (Develocity) to 3.19.2 (#125137)
with develocity updated to 2024.3.4 we are unblocked on updating the gradle enterprise plugin
2025-03-19 19:19:54 +01:00

21 lines
367 B
Groovy

pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
includeBuild "../build-conventions"
includeBuild "../build-tools"
}
plugins {
id "com.gradle.develocity" version "3.19.2"
}
dependencyResolutionManagement {
versionCatalogs {
buildLibs {
from(files("../gradle/build.versions.toml"))
}
}
}