Last active
August 29, 2015 14:06
-
-
Save aalmiray/1e38835b75d646d00e51 to your computer and use it in GitHub Desktop.
gradle + jbake 2.3.2 + asciidoctorj 1.5.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
buildscript { | |
repositories { | |
jcenter() | |
} | |
dependencies { | |
classpath 'me.champeau.gradle:jbake-gradle-plugin:0.2' | |
classpath 'org.jbake:jbake-core:2.3.2' | |
classpath 'org.asciidoctor:asciidoctorj:1.5.1' | |
} | |
} | |
apply plugin: 'me.champeau.jbake' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of Gradle 2.1, can't this be simplified to:
Though, how do you add Asciidoctor in this case?