You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per @cameronfreer, on Java 17, launching publish triggers the following non-fatal warning:
WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.
Providing the flags silences the warning above, but the following is still printed:
WARNING: Using incubator modules: jdk.incubator.foreign
Per @cameronfreer, on Java 17, launching publish triggers the following non-fatal warning:
Providing the flags silences the warning above, but the following is still printed:
This appears to be due to asciidoctor/asciidoctorj#1035.
The text was updated successfully, but these errors were encountered: