File tree Expand file tree Collapse file tree 8 files changed +14
-16
lines changed
spring-restdocs-asciidoctor
spring-restdocs-restassured
spring-restdocs-webtestclient Expand file tree Collapse file tree 8 files changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,12 @@ allprojects {
99 group = " org.springframework.restdocs"
1010 repositories {
1111 mavenCentral()
12- maven { url " https://repo.spring.io/snapshot" }
12+ maven {
13+ url " https://repo.spring.io/snapshot"
14+ content {
15+ includeGroup(" org.springframework" )
16+ }
17+ }
1318 }
1419}
1520
Original file line number Diff line number Diff line change @@ -3,17 +3,12 @@ plugins {
33 id " java-library"
44}
55
6- repositories {
7- maven { url " https://repo.spring.io/release" }
8- maven { url " https://repo.spring.io/snapshot" }
9- }
10-
116configurations {
127 asciidoctorExt
138}
149
1510dependencies {
16- asciidoctorExt(" io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.5.0 " )
11+ asciidoctorExt(" io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.6.1 " )
1712
1813 internal(platform(project(" :spring-restdocs-platform" )))
1914 internal(enforcedPlatform(" org.springframework:spring-framework-bom:5.3.8" ))
Original file line number Diff line number Diff line change 11pluginManagement {
22 repositories {
33 mavenCentral()
4- maven { url " https://repo.spring.io/plugins-release-local" }
5- maven { url " https://repo.spring.io/release" }
64 gradlePluginPortal()
75 }
86 resolutionStrategy {
@@ -15,8 +13,8 @@ pluginManagement {
1513}
1614
1715plugins {
18- id " com.gradle.enterprise" version " 3.11 .2"
19- id " io.spring.ge.conventions" version " 0.0.10 "
16+ id " com.gradle.enterprise" version " 3.12 .2"
17+ id " io.spring.ge.conventions" version " 0.0.13 "
2018}
2119
2220rootProject. name = " spring-restdocs"
Original file line number Diff line number Diff line change 11plugins {
2- id " io.spring.compatibility-test" version " 0.0.1 "
2+ id " io.spring.compatibility-test" version " 0.0.2 "
33 id " java-library"
44 id " maven-publish"
55}
Original file line number Diff line number Diff line change 11plugins {
2- id " io.spring.compatibility-test" version " 0.0.1 "
2+ id " io.spring.compatibility-test" version " 0.0.2 "
33 id " java-library"
44 id " java-test-fixtures"
55 id " maven-publish"
Original file line number Diff line number Diff line change 11plugins {
2- id " io.spring.compatibility-test" version " 0.0.1 "
2+ id " io.spring.compatibility-test" version " 0.0.2 "
33 id " java-library"
44 id " maven-publish"
55 id " optional-dependencies"
Original file line number Diff line number Diff line change 11plugins {
2- id " io.spring.compatibility-test" version " 0.0.1 "
2+ id " io.spring.compatibility-test" version " 0.0.2 "
33 id " java-library"
44 id " maven-publish"
55}
Original file line number Diff line number Diff line change 11plugins {
2- id " io.spring.compatibility-test" version " 0.0.1 "
2+ id " io.spring.compatibility-test" version " 0.0.2 "
33 id " java-library"
44 id " maven-publish"
55}
You can’t perform that action at this time.
0 commit comments