Start using Gradle Enterprise Conventions 0.0.17-SNAPSHOT

See gh-928
This commit is contained in:
Andy Wilkinson
2024-04-25 16:04:49 +01:00
parent 1f61eab977
commit 14afdf35ee
3 changed files with 4 additions and 7 deletions

View File

@@ -2,6 +2,7 @@ pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/snapshot' }
}
resolutionStrategy {
eachPlugin {
@@ -13,14 +14,14 @@ pluginManagement {
}
plugins {
id "com.gradle.enterprise" version "3.15.1"
id "io.spring.ge.conventions" version "0.0.16"
id "com.gradle.develocity" version "3.17.2"
id "io.spring.ge.conventions" version "0.0.17-SNAPSHOT"
}
rootProject.name = "spring-restdocs"
settings.gradle.projectsLoaded {
gradleEnterprise {
develocity {
buildScan {
settings.gradle.rootProject.getBuildDir().mkdirs()
new File(settings.gradle.rootProject.getBuildDir(), "build-scan-uri.txt").text = "build scan not generated"