Remove unnecessary doclint param on API
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
From fb5f733cfceb51c30b4ccc0c63e82c715882c042 Mon Sep 17 00:00:00 2001
|
||||
From 8c171d927b531952ea64b04d2871c4d221b9222a Mon Sep 17 00:00:00 2001
|
||||
From: Zach Brown <zach.brown@destroystokyo.com>
|
||||
Date: Mon, 29 Feb 2016 17:16:08 -0600
|
||||
Subject: [PATCH] POM changes
|
||||
|
||||
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index 66bb7a12..ea6a710e 100644
|
||||
index 66bb7a12..0899a127 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -4,35 +4,37 @@
|
||||
@@ -4,35 +4,36 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
@@ -36,8 +36,7 @@ index 66bb7a12..ea6a710e 100644
|
||||
<properties>
|
||||
- <maven.compiler.source>1.6</maven.compiler.source>
|
||||
- <maven.compiler.target>1.6</maven.compiler.target>
|
||||
+ <!-- Paper - Bump to 1.8 - This will haunt me -->
|
||||
+ <additionalparam>-Xdoclint:none</additionalparam>
|
||||
+ <!-- Paper - Bump to 1.8 - Because Duh... -->
|
||||
+ <maven.compiler.source>1.8</maven.compiler.source>
|
||||
+ <maven.compiler.target>1.8</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -59,7 +58,7 @@ index 66bb7a12..ea6a710e 100644
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
@@ -44,6 +46,13 @@
|
||||
@@ -44,6 +45,13 @@
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
@@ -73,7 +72,7 @@ index 66bb7a12..ea6a710e 100644
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
@@ -58,6 +67,13 @@
|
||||
@@ -58,6 +66,13 @@
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
@@ -87,7 +86,7 @@ index 66bb7a12..ea6a710e 100644
|
||||
<!-- bundled with Minecraft, should be kept in sync -->
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
@@ -102,6 +118,7 @@
|
||||
@@ -102,6 +117,7 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
@@ -95,7 +94,7 @@ index 66bb7a12..ea6a710e 100644
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
@@ -124,26 +141,6 @@
|
||||
@@ -124,26 +140,6 @@
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
@@ -122,7 +121,7 @@ index 66bb7a12..ea6a710e 100644
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>2.4.3</version>
|
||||
@@ -156,8 +153,7 @@
|
||||
@@ -156,8 +152,7 @@
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
|
||||
Reference in New Issue
Block a user