asciidoctor-gradle-plugin icon indicating copy to clipboard operation
asciidoctor-gradle-plugin copied to clipboard

A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.

Results 109 asciidoctor-gradle-plugin issues
Sort by recently updated
recently updated
newest added

### Overview Fixes the Gradle configuration caching issues originating from this project when executing `org.asciidoctor.gradle.jvm.AsciidoctorTask`. There are some remaining issues, but those are caused by the grolifant library. ### Changes...

I am in the process of evaluating the new Asciidoctor-Gradle-Toolchain 4.0.3. I have encountered two challenges that I could not solve right away. Perhaps I took a wrong turn somewhere....

I know the feature to load a pdf theme from a Gitlab or a GitHub repository. For my use case it would be helpful to get the theme from another...

duplicate of https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues/679 But since that one is pretty old and no fix has been provided, workaround does not appear to work and thus I can no longer build my...

OpenJDK 21 is a great JDK and an LTS version. It has been released for half a year. Currently using the latest version of the plug-in, errors always throws. **Please...

Impossible to resolve id("org.asciidoctor.jvm.revealjs") version "4.0.3" (neither 4.0.2, neither 4.0.1). Where is the plugin published? I am using the following configuration. ``` pluginManagement { repositories { gradlePluginPortal() mavenCentral() } }...

I use following config of plugins ` id "org.asciidoctor.jvm.base" version "4.0.3" id 'org.asciidoctor.jvm.convert' version '4.0.3' id 'org.asciidoctor.jvm.pdf' version "4.0.3" id 'org.asciidoctor.jvm.gems' version '4.0.3' ` After i updated to this version...

Gradle 8.8 has a problem: https://github.com/spring-projects/spring-framework/pull/33213, so upgrade to 8.9

When running the gradle asciidoctor build task, I get this error: ``` org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':asciidoctor'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$3.accept(ExecuteActionsTaskExecuter.java:166) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$3.accept(ExecuteActionsTaskExecuter.java:163) at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:191) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:156) at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:62) at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:108)...