File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
api ' org.springframework:spring-messaging'
26
26
api ' org.springframework.data:spring-data-commons'
27
27
api ' com.querydsl:querydsl-core'
28
- asciidoctorExtensions ' io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.3 '
28
+ asciidoctorExtensions ' io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.4 '
29
29
}
30
30
31
31
jar {
@@ -36,16 +36,6 @@ javadoc {
36
36
enabled = false
37
37
}
38
38
39
-
40
- repositories {
41
- maven {
42
- url " https://repo.spring.io/release"
43
- mavenContent {
44
- includeGroup " io.spring.asciidoctor.backends"
45
- }
46
- }
47
- }
48
-
49
39
ext. javadocLinks = [
50
40
" https://docs.oracle.com/javase/8/docs/api/" ,
51
41
" https://javadoc.io/doc/com.graphql-java/graphql-java/${ graphQlJavaVersion} /" ,
You can’t perform that action at this time.
0 commit comments