Add support for Markdown in javadoc (groovydoc is a different story).
This commit is contained in:
parent
51a0cdbc08
commit
dcef7512ce
12
build.gradle
12
build.gradle
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user