mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 04:45:07 -04:00
with develocity updated to 2024.3.4 we are unblocked on updating the gradle enterprise plugin
21 lines
367 B
Groovy
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"))
|
|
}
|
|
}
|
|
}
|