Update dependencies to remove dependency on release repo
This commit is contained in:
@@ -9,7 +9,12 @@ allprojects {
|
||||
group = "org.springframework.restdocs"
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "https://repo.spring.io/snapshot" }
|
||||
maven {
|
||||
url "https://repo.spring.io/snapshot"
|
||||
content {
|
||||
includeGroup("org.springframework")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -3,17 +3,12 @@ plugins {
|
||||
id "java-library"
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url "https://repo.spring.io/release" }
|
||||
maven { url "https://repo.spring.io/snapshot" }
|
||||
}
|
||||
|
||||
configurations {
|
||||
asciidoctorExt
|
||||
}
|
||||
|
||||
dependencies {
|
||||
asciidoctorExt("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.5.0")
|
||||
asciidoctorExt("io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.6.1")
|
||||
|
||||
internal(platform(project(":spring-restdocs-platform")))
|
||||
internal(enforcedPlatform("org.springframework:spring-framework-bom:5.3.8"))
|
||||
|
||||
@@ -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 "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 "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"
|
||||
}
|
||||
|
||||
@@ -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