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

@@ -3,11 +3,6 @@ plugins {
id "java-library"
}
repositories {
maven { url "https://repo.spring.io/release" }
maven { url "https://repo.spring.io/snapshot" }
}
configurations {
asciidoctorExt
}

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"

View File

@@ -1,5 +1,5 @@
plugins {
id "io.spring.compatibility-test" version "0.0.1"
id "io.spring.compatibility-test" version "0.0.2"
id "java-library"
id "java-test-fixtures"
id "maven-publish"

View File

@@ -1,5 +1,5 @@
plugins {
id "io.spring.compatibility-test" version "0.0.1"
id "io.spring.compatibility-test" version "0.0.2"
id "java-library"
id "maven-publish"
id "optional-dependencies"

View File

@@ -1,5 +1,5 @@
plugins {
id "io.spring.compatibility-test" version "0.0.1"
id "io.spring.compatibility-test" version "0.0.2"
id "java-library"
id "maven-publish"
}