Upgrade to Gradle Enterprise Conventions 0.0.17

Closes gh-928
This commit is contained in:
Andy Wilkinson
2024-04-25 18:06:50 +01:00
parent 02d16c61e6
commit d4bb3b33c6
3 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,6 @@ pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/snapshot' }
}
resolutionStrategy {
eachPlugin {
@@ -15,7 +14,7 @@ pluginManagement {
plugins {
id "com.gradle.develocity" version "3.17.2"
id "io.spring.ge.conventions" version "0.0.17-SNAPSHOT"
id "io.spring.ge.conventions" version "0.0.17"
}
rootProject.name = "spring-restdocs"