Abel Salgado Romero

Results 274 comments of Abel Salgado Romero

Can you share the build configuration or a reproducer? Or run the build with `--stacktrace` to get the error details?

I can make a guess that `fatalWarnings` contains a pattern that is a list, someling like `[ 'pattern1', ['pattern2'] ]` . But it's a guess, please share full configuration to...

Yes, not in the site, for now just publish in gh pages as already done. The issue back in the day was the docs are not "per branch" as the...

I work on it and right now is not possible given [gradleTest](https://gitlab.com/ysb33rOrg/gradleTest) incompaibilties, here is the full list of findings so far. * We need to upgrade to Gradle 7.2...

@slonopotamus is working on something https://github.com/asciidoctor/asciidoctor-epub3/issues/363

(disclaimer)Haven't tested myself...(end-disclaimer) But if this is working https://github.com/diguage/jdk-source-analysis/blob/a5a1e1cd36bd53cf7473a8cd89646d68bfe25211/pom.xml#L315-L318, I don't see why setting the same attributes as simple attributes in gradle should not work.

But if instead of `pdfThemes` you setup as attributes https://asciidoctor.github.io/asciidoctor-gradle-plugin/development-3.x/user-guide/#options using the same key-values as in maven, does also fail?

If it helps giving ideas...we had the same problem in the maven plugin and added this option: https://github.com/asciidoctor/asciidoctor-maven-plugin#user-content-loghandler-configuration. Just register a LogHandler to capture messages: https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/master/src/main/java/org/asciidoctor/maven/log/MemoryLogHandler.java and then process them...

I've been able to run it succesfully with Java 11 and Java 17 on Linux at least. Specifically using using `11.0.16-tem` and `17.0.4-tem` installations from sdkman. Can you share output...

No, normal execution from terminal without any modification. But the error you showed is related to JRuby. Could you share a reproducer and share the logs when running with `-X`?