fgunbin
fgunbin
@sjohnr Thanks for your reply, Yes, I think this changed with the switch to Antora. Building reference with separate task seems to be ok, so perhaps only readme should be...
@marcusdacoregio Hm, on main branch the project builds successfully (with JDK 17), but `./gradlew :spring-security-docs:antora` gives this: ``` > Task :spring-security-docs:generateAntora FAILED FAILURE: Build failed with an exception. * Where:...
@sjohnr I'm using OpenJDK 17.0.4.1, built myself: ``` openjdk version "17.0.4.1-internal" 2022-08-12 OpenJDK Runtime Environment (build 17.0.4.1-internal+0-adhoc.fgunbin.jdk-17.0.4.1) OpenJDK 64-Bit Server VM (build 17.0.4.1-internal+0-adhoc.fgunbin.jdk-17.0.4.1, mixed mode, sharing) ``` This JDK is...
@sjohnr The same with self-built 17.0.4. I've also tried 17.0.2 binaries from openjdk.org (https://jdk.java.net/archive/), the same error.