Add support for Markdown in javadoc (groovydoc is a different story).

This commit is contained in:
Jonathan Bernard 2016-02-09 15:05:22 -06:00
parent 51a0cdbc08
commit dcef7512ce

View File

@ -1,4 +1,16 @@
buildscript {
repositories {
mavenLocal()
mavenCentral()
}
dependencies {
classpath 'ch.raffael.pegdown-doclet:pegdown-doclet:1.2'
}
}
apply plugin: "groovy" apply plugin: "groovy"
apply plugin: "ch.raffael.pegdown-doclet"
apply plugin: "maven" apply plugin: "maven"
group = "com.jdbernard" group = "com.jdbernard"