add Maven central for asciidoclet
This commit is contained in:
parent
e9b0983845
commit
b825b056a2
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ apply plugin: 'checkstyle'
|
||||||
apply plugin: "jacoco"
|
apply plugin: "jacoco"
|
||||||
apply plugin: 'org.xbib.gradle.plugin.asciidoctor'
|
apply plugin: 'org.xbib.gradle.plugin.asciidoctor'
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
asciidoclet
|
asciidoclet
|
||||||
wagon
|
wagon
|
||||||
|
|
Loading…
Reference in a new issue