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
This seems to be a problem in google-java-format rather than in ktfmt, so the actual issue here is just that it should be documented in the README. Running mvn install with a Java 11 JDK (AdoptOpenJDK 11.0.5+10) fails:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar (attach-javadocs) on project google-java-format: Execution attach-javadocs of goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar failed.: NullPointerException -> [Help 1]
With a Java 8 JDK, it builds successfully.
The text was updated successfully, but these errors were encountered:
Summary: This is in addition to JDK 1.8. Motivation: avoid #11 and #12 in the future.
Reviewed By: strulovich
Differential Revision: D19253564
fbshipit-source-id: 779244f4ba16f16c56e7c90793e4e531e6791ccd
This seems to be a problem in google-java-format rather than in ktfmt, so the actual issue here is just that it should be documented in the README. Running
mvn install
with a Java 11 JDK (AdoptOpenJDK 11.0.5+10) fails:With a Java 8 JDK, it builds successfully.
The text was updated successfully, but these errors were encountered: