Go back to disabling javadoc linting for now

It's breaking our maven deployments. This should be fixed properly in
the future when I have more time and have had less to drink.
This commit is contained in:
Zach Brown 2017-06-09 19:40:41 -05:00
parent 90b2d02091
commit 1df56f4369
No known key found for this signature in database
GPG key ID: CC9DA35FC5450B76
3 changed files with 16 additions and 15 deletions

View file

@ -1,4 +1,4 @@
From 35fae0eeb31476dc9704645cce8045ebb19f0f18 Mon Sep 17 00:00:00 2001
From 31a91b94783da85083becaa48afbad20fc8019bb Mon Sep 17 00:00:00 2001
From: Techcable <Techcable@outlook.com>
Date: Thu, 3 Mar 2016 13:20:33 -0700
Subject: [PATCH] Use ASM for event executors.
@ -6,10 +6,10 @@ Subject: [PATCH] Use ASM for event executors.
Uses method handles for private or static methods.
diff --git a/pom.xml b/pom.xml
index 8990bdcc..e7a4eb2c 100644
index 5336fe55..a9009636 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,6 +127,12 @@
@@ -128,6 +128,12 @@
<version>1.3</version>
<scope>test</scope>
</dependency>