Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Andrei Precup opened SPR-15471 and commented
When running the asciidoctor task on Windows, Gradle gives the following error:
(RuntimeError) asciidoctor: FAILED: required gem 'rouge' is not installed. Processing aborted. :asciidoctor FAILED
The ruby, jruby and ruby-devkit are installed. This problem doesn't appear on Linux and Mac systems.
Affects: 5.0 M5
Issue Links:
Referenced from: commits 55833dc
The text was updated successfully, but these errors were encountered:
Sam Brannen commented
FYI: this is a known issue in AsciiDoctor: asciidoctor/asciidoctor#1040
Sorry, something went wrong.
Andrei Precup commented
FYI: a local workaround is to remove the "pdf" from
backends = ["html5", "pdf"]
in docs.gradle
docs.gradle
Dan Allen has filed an official bug report here: rouge-ruby/rouge#661
We are currently discontinuing use of Rouge until it is supported on MS Windows.
See commit: 55833dc
Resolving this issue.
sbrannen
No branches or pull requests
Andrei Precup opened SPR-15471 and commented
When running the asciidoctor task on Windows, Gradle gives the following error:
The ruby, jruby and ruby-devkit are installed.
This problem doesn't appear on Linux and Mac systems.
Affects: 5.0 M5
Issue Links:
Referenced from: commits 55833dc
The text was updated successfully, but these errors were encountered: