File tree Expand file tree Collapse file tree 1 file changed +0
-56
lines changed
Expand file tree Collapse file tree 1 file changed +0
-56
lines changed Original file line number Diff line number Diff line change @@ -34,38 +34,6 @@ You can use the https://github.com/asciidoctor/asciidoctor-maven-plugin[Asciidoc
3434</plugin>
3535----
3636
37- You will probably also need to add the Spring Maven repository:
38-
39- [source,xml]
40- ----
41- <repositories>
42- <repository>
43- <id>spring-release</id>
44- <name>Spring Releases</name>
45- <url>https://repo.spring.io/release</url>
46- <snapshots>
47- <enabled>false</enabled>
48- </snapshots>
49- </repository>
50- </repositories>
51- ----
52-
53- or for milestones:
54-
55- [source,xml]
56- ----
57- <repositories>
58- <repository>
59- <id>spring-milestones</id>
60- <name>Spring Milestones</name>
61- <url>https://repo.spring.io/milestone</url>
62- <snapshots>
63- <enabled>false</enabled>
64- </snapshots>
65- </repository>
66- </repositories>
67- ----
68-
6937
7038
7139== Gradle build integration
@@ -94,30 +62,6 @@ asciidoctor {
9462}
9563----
9664
97- You will probably also need to add the Spring Maven repository:
98-
99- [source,gradle]
100- ----
101- repositories {
102- mavenCentral()
103- maven {
104- url "https://repo.spring.io/release"
105- }
106- }
107- ----
108-
109- or for milestones:
110-
111- [source,gradle]
112- ----
113- repositories {
114- mavenCentral()
115- maven {
116- url "https://repo.spring.io/milestone"
117- }
118- }
119- ----
120-
12165
12266
12367== Features
You can’t perform that action at this time.
0 commit comments