-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
-
Environment:
Windows 7 x64
Spigot --rev 1.10.2
A simple 'greater than' symbol (>) in the javadoc of Bukkit method Beacon.setSecondaryEffect (org.bukkit.block.Beacon.setSecondaryEffect) breaks compilation with Java 8, when having --generate-docs passed to the BuildTool. This is due to a more strict javadoc syntax verification compared to the Java 7 javadoc compiler.
The solution is simple: Replace > by > (the HTML character entity code equivalent) in Beacon.java, line 57.