Files
spring-cloud-connectors/docs/build.gradle
Ben Klein eb7fd58670 add 'docs' dir
These are for the reference documentation--they're based on the READMEs
from the GitHub project.
2015-07-31 13:41:21 -05:00

11 lines
204 B
Groovy

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.0'
}
}
apply plugin: "org.asciidoctor.gradle.asciidoctor"