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
Although with the latest plugin versions report generation fails (mvn site). It seams that findbugs is not updated to Java 9 (and maybe never will....). Upstream bug: gleclaire/findbugs-maven-plugin#60
[java] Warning: Unknown version of Java
[java] edu.umd.cs.findbugs.JavaVersionException: Could not parse Java version string: 9
I suggest we just document the problem in the readme and postpone the resolution to 1.2 or 2.0.
The text was updated successfully, but these errors were encountered:
Looks like SpotBugs is still stabilising. This is only used by the mvn site goal which we don't use and only occurs on Java 9. Lets move this to 2.0 as it is not blocking anything.
Although with the latest plugin versions report generation fails (
mvn site
). It seams that findbugs is not updated to Java 9 (and maybe never will....). Upstream bug: gleclaire/findbugs-maven-plugin#60I suggest we just document the problem in the readme and postpone the resolution to 1.2 or 2.0.
The text was updated successfully, but these errors were encountered: