From b292c8485bb45acc188915100d68c484c9e6a433 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Thu, 5 Dec 2019 16:48:56 -0500 Subject: [PATCH] Disable strict JavaDoc checking --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index b0890aa3..13718bdd 100644 --- a/pom.xml +++ b/pom.xml @@ -119,6 +119,9 @@ ProtocolLib JavaDocs Copyright © {inceptionYear}–{currentYear} Comphenix and dmulloy2. Licensed under the GNU GPL v2. + + -Xdoclint:none +