add Maven central for asciidoclet

This commit is contained in:
Jörg Prante 2017-03-01 23:05:19 +01:00
parent e9b0983845
commit b825b056a2

View file

@ -25,6 +25,10 @@ apply plugin: 'checkstyle'
apply plugin: "jacoco"
apply plugin: 'org.xbib.gradle.plugin.asciidoctor'
repositories {
mavenCentral()
}
configurations {
asciidoclet
wagon