File tree 4 files changed +13
-0
lines changed
spring-boot-actuator-autoconfigure
spring-boot-gradle-plugin
4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ repositories {
18
18
url " https://repo.spring.io/release"
19
19
mavenContent {
20
20
includeGroup " io.spring.asciidoctor"
21
+ includeGroup " io.spring.asciidoctor.backends"
21
22
}
22
23
}
23
24
}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ repositories {
22
22
url " https://repo.spring.io/release"
23
23
mavenContent {
24
24
includeGroup " io.spring.asciidoctor"
25
+ includeGroup " io.spring.asciidoctor.backends"
25
26
}
26
27
}
27
28
}
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ repositories {
18
18
url " https://repo.spring.io/release"
19
19
mavenContent {
20
20
includeGroup " io.spring.asciidoctor"
21
+ includeGroup " io.spring.asciidoctor.backends"
21
22
}
22
23
}
23
24
}
Original file line number Diff line number Diff line change @@ -12,6 +12,16 @@ configurations {
12
12
documentation
13
13
}
14
14
15
+ repositories {
16
+ maven {
17
+ url " https://repo.spring.io/release"
18
+ mavenContent {
19
+ includeGroup " io.spring.asciidoctor"
20
+ includeGroup " io.spring.asciidoctor.backends"
21
+ }
22
+ }
23
+ }
24
+
15
25
dependencies {
16
26
compileOnly(" org.apache.maven.plugin-tools:maven-plugin-annotations" )
17
27
compileOnly(" org.sonatype.plexus:plexus-build-api" )
You can’t perform that action at this time.
0 commit comments