Merge branch '2.0.x'
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user