[CI-SKIP] Don't run animal sniffer by default

Changes upstream moved this to a profile a while back, however,
when updating (for some unknown reason) I kept it enabled by default,
however, leaving this enabled breaks building the server in newer
versions of java, which while this wasn't a concern before, is now
an issue for users.
This commit is contained in:
Shane Freeder 2018-10-24 20:19:29 +01:00
parent 838a12b72b
commit c6f7877de6
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C

View File

@ -156,18 +156,6 @@ index 7ac07ac07ac0..7ac07ac07ac0 100644
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -250,6 +230,11 @@
<profiles>
<profile>
<id>development</id>
+ <!-- Paper start - activate by default -->
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <!-- Paper end -->
<build>
<plugins>
<plugin>
diff --git a/src/main/java/org/bukkit/craftbukkit/util/Versioning.java b/src/main/java/org/bukkit/craftbukkit/util/Versioning.java
index 7ac07ac07ac0..7ac07ac07ac0 100644
--- a/src/main/java/org/bukkit/craftbukkit/util/Versioning.java