mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 02:55:47 +01:00
[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:
parent
838a12b72b
commit
c6f7877de6
@ -156,18 +156,6 @@ index 7ac07ac07ac0..7ac07ac07ac0 100644
|
|||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<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
|
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
|
index 7ac07ac07ac0..7ac07ac07ac0 100644
|
||||||
--- a/src/main/java/org/bukkit/craftbukkit/util/Versioning.java
|
--- a/src/main/java/org/bukkit/craftbukkit/util/Versioning.java
|
||||||
|
Loading…
Reference in New Issue
Block a user