Merge branch '2.0.x'

This commit is contained in:
Andy Wilkinson
2023-01-10 18:10:19 +00:00
5 changed files with 5 additions and 12 deletions

View File

@@ -1,8 +1,6 @@
pluginManagement {
repositories {
mavenCentral()
maven { url "https://repo.spring.io/plugins-release-local" }
maven { url "https://repo.spring.io/release" }
gradlePluginPortal()
}
resolutionStrategy {
@@ -15,8 +13,8 @@ pluginManagement {
}
plugins {
id "com.gradle.enterprise" version "3.11.2"
id "io.spring.ge.conventions" version "0.0.10"
id "com.gradle.enterprise" version "3.12.2"
id "io.spring.ge.conventions" version "0.0.13"
}
rootProject.name = "spring-restdocs"