Start using Gradle Enterprise Conventions 0.0.17-SNAPSHOT
See gh-928
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user