mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 17:01:56 +01:00
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:
parent
991082d2a2
commit
6caa4fe122
3 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,7 @@ Subject: [PATCH] POM changes
|
||||||
|
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index cad55895..869be1b5 100644
|
index ecb870a0..48c2e544 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -0,0 +0,0 @@
|
@@ -0,0 +0,0 @@
|
||||||
|
@ -37,6 +37,7 @@ index cad55895..869be1b5 100644
|
||||||
- <maven.compiler.source>1.6</maven.compiler.source>
|
- <maven.compiler.source>1.6</maven.compiler.source>
|
||||||
- <maven.compiler.target>1.6</maven.compiler.target>
|
- <maven.compiler.target>1.6</maven.compiler.target>
|
||||||
+ <!-- Paper - Bump to 1.8 - Because Duh... -->
|
+ <!-- Paper - Bump to 1.8 - Because Duh... -->
|
||||||
|
+ <additionalparam>-Xdoclint:none</additionalparam>
|
||||||
+ <maven.compiler.source>1.8</maven.compiler.source>
|
+ <maven.compiler.source>1.8</maven.compiler.source>
|
||||||
+ <maven.compiler.target>1.8</maven.compiler.target>
|
+ <maven.compiler.target>1.8</maven.compiler.target>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|
|
@ -6,7 +6,7 @@ Subject: [PATCH] Use ASM for event executors.
|
||||||
Uses method handles for private or static methods.
|
Uses method handles for private or static methods.
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index 8990bdcc..e7a4eb2c 100644
|
index 5336fe55..a9009636 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -0,0 +0,0 @@
|
@@ -0,0 +0,0 @@
|
||||||
|
|
|
@ -5,7 +5,7 @@ Subject: [PATCH] add Trove and FastUtil to Bukkit
|
||||||
|
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index 0899a127..8990bdcc 100644
|
index 48c2e544..5336fe55 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -0,0 +0,0 @@
|
@@ -0,0 +0,0 @@
|
||||||
|
|
Loading…
Reference in a new issue