Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-15 04:20:04 +01:00
Move eclipse compiler patch to POM changes patch
Also update to Paperclip 1.1-SNAPSHOT
Dieser Commit ist enthalten in:
Ursprung
f7de07e2b9
Commit
f3b8afd56a
@ -1,11 +1,11 @@
|
|||||||
From a1f6c3a5e3fff4f051aea6a29d0e0582e1451d9c Mon Sep 17 00:00:00 2001
|
From 9d2397180f0d5ce5b4cce3f1f80c90c860358824 Mon Sep 17 00:00:00 2001
|
||||||
From: Zach Brown <zach.brown@destroystokyo.com>
|
From: Zach Brown <zach.brown@destroystokyo.com>
|
||||||
Date: Tue, 1 Mar 2016 00:16:08 +0100
|
Date: Tue, 1 Mar 2016 00:16:08 +0100
|
||||||
Subject: [PATCH] POM changes
|
Subject: [PATCH] POM changes
|
||||||
|
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index 98f2d67a..9934e9af 100644
|
index 98f2d67a..49fe56cc 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -3,39 +3,39 @@
|
@@ -3,39 +3,39 @@
|
||||||
@ -97,7 +97,7 @@ index 98f2d67a..9934e9af 100644
|
|||||||
<!-- bundled with Minecraft, should be kept in sync -->
|
<!-- bundled with Minecraft, should be kept in sync -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.guava</groupId>
|
<groupId>com.google.guava</groupId>
|
||||||
@@ -100,6 +118,7 @@
|
@@ -100,15 +118,12 @@
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -105,7 +105,16 @@ index 98f2d67a..9934e9af 100644
|
|||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
@@ -118,26 +137,6 @@
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<version>3.7.0</version>
|
||||||
|
- <configuration>
|
||||||
|
- <!-- we use the Eclipse compiler as it doesn't need a JDK -->
|
||||||
|
- <compilerId>eclipse</compilerId>
|
||||||
|
- </configuration>
|
||||||
|
<dependencies>
|
||||||
|
<!-- we need our custom version as it fixes some bugs on case sensitive file systems -->
|
||||||
|
<dependency>
|
||||||
|
@@ -118,26 +133,6 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
@ -132,7 +141,7 @@ index 98f2d67a..9934e9af 100644
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
@@ -151,6 +150,7 @@
|
@@ -151,6 +146,7 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
@ -1,33 +0,0 @@
|
|||||||
From d8ba17cf36bb9c2084405a57609c3e434b78b012 Mon Sep 17 00:00:00 2001
|
|
||||||
From: DemonWav <demonwav@gmail.com>
|
|
||||||
Date: Fri, 22 Sep 2017 20:11:42 -0500
|
|
||||||
Subject: [PATCH] Remove eclipse compiler, we require a JDK anyways Fixes
|
|
||||||
building with JDK 9
|
|
||||||
|
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
|
||||||
index a775f4ed..3ce500f8 100644
|
|
||||||
--- a/pom.xml
|
|
||||||
+++ b/pom.xml
|
|
||||||
@@ -150,18 +150,6 @@
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
|
||||||
<version>3.7.0</version>
|
|
||||||
- <configuration>
|
|
||||||
- <!-- we use the Eclipse compiler as it doesn't need a JDK -->
|
|
||||||
- <compilerId>eclipse</compilerId>
|
|
||||||
- </configuration>
|
|
||||||
- <dependencies>
|
|
||||||
- <!-- we need our custom version as it fixes some bugs on case sensitive file systems -->
|
|
||||||
- <dependency>
|
|
||||||
- <groupId>org.codehaus.plexus</groupId>
|
|
||||||
- <artifactId>plexus-compiler-eclipse</artifactId>
|
|
||||||
- <version>2.8.2-spigotmc</version>
|
|
||||||
- </dependency>
|
|
||||||
- </dependencies>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
--
|
|
||||||
2.14.1
|
|
||||||
|
|
@ -12,7 +12,7 @@ vanillajar="../Minecraft/$mcver/$mcver.jar"
|
|||||||
cd "$workdir/Paperclip"
|
cd "$workdir/Paperclip"
|
||||||
mvn clean package "-Dmcver=$mcver" "-Dpaperjar=$paperjar" "-Dvanillajar=$vanillajar"
|
mvn clean package "-Dmcver=$mcver" "-Dpaperjar=$paperjar" "-Dvanillajar=$vanillajar"
|
||||||
)
|
)
|
||||||
cp "$workdir/Paperclip/target/paperclip-${mcver}.jar" "$basedir/paperclip.jar"
|
cp "$workdir/Paperclip/assembly/target/paperclip-${mcver}.jar" "$basedir/paperclip.jar"
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 6dcb3241ca8e69fb8209e54fea507425c508915e
|
Subproject commit 4abd39dd10f1664d919bba774cce840ae8f8d8dd
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren