asciidoctor-gradle-plugin
asciidoctor-gradle-plugin copied to clipboard
A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
I am attempting to use gradle to process an Asciidoctor set of documentation. All attempts have failed thus far. I have simplified the project down the most basic build.gradle file,...
This was reported initially in the asciidoctorj-diagram repo, where they told me to report it here. https://github.com/asciidoctor/asciidoctorj-diagram/issues/57#issuecomment-2466890953 ------- With this example project you can see that `d2` rendering doesn't work....
There is a requirement to make this plugin configuration cache-compatible and also to prepare for some future Gradle features such as isolated projects and declartative gradle.. This also means that...
We currently have a setup with this in `build.gradle`: ``` ext { (author, date) = 'git log -1 --pretty=%an;%ci'.execute().text.trim().split(';') revision = 'git describe --always'.execute().text.trim() } asciidoctor { outputDir project.rootDir.path +...
Hi, the current user guide https://asciidoctor.github.io/asciidoctor-gradle-plugin/development-3.x/user-guide/ does provide some example in kotlin, e.g. https://asciidoctor.github.io/asciidoctor-gradle-plugin/development-3.x/user-guide/#_defining_sources but e.g. the theme stuff etc. from https://asciidoctor.github.io/asciidoctor-gradle-plugin/development-3.x/user-guide/#asciidoctorj-pdf-plugin does only have groovy dsl examples. It would...
This follows on from #756. Tracks a number of items to be completed before an 5.0.0-alpha.2 can be considered ready for release. ## Model5 task list - [ ] Multi-language...
Add https://github.com/asciidoctor/asciidoctor-reducer as an output formatter on the `asciidoctor.js` engine.
This is specifically to track Windows issues found during testing. At this point, Windows issues are a lower priority. We do have to be aware of what they are and...
When adding org.asciidoctor.jvm.gradle.plugin as a dependency to another Gradle plugin project, Groovy tests fail with a GroovyRuntimeException due to conflicting Groovy module versions. Error message: ``` GroovyRuntimeException: Conflicting module versions....