These are for the reference documentation--they're based on the READMEs from the GitHub project.
11 lines
204 B
Groovy
11 lines
204 B
Groovy
buildscript {
|
|
repositories {
|
|
jcenter()
|
|
}
|
|
dependencies {
|
|
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.0'
|
|
}
|
|
}
|
|
|
|
apply plugin: "org.asciidoctor.gradle.asciidoctor"
|