@@ -5,21 +5,25 @@ Subject: [PATCH] Rebrand
55
66
77diff --git a/build.gradle.kts b/build.gradle.kts
8- index cd74406039704e5a880f00b9b60bb7b1dedc5398..c0051daa10e2d2300f8f1e551554732bdf82fe1e 100644
8+ index cd74406039704e5a880f00b9b60bb7b1dedc5398..ef00dddbbf432d3f9f06bc6095ab5a8256961529 100644
99--- a/build.gradle.kts
1010+++ b/build.gradle.kts
11- @@ -18,8 +18,8 @@ repositories {
11+ @@ -18,8 +18,12 @@ repositories {
1212 }
1313
1414 dependencies {
1515- implementation(project(":paper-api"))
1616- implementation(project(":paper-mojangapi"))
17- + implementation(project(":purpur-api")) // Purpur
18- + implementation("io.papermc.paper:paper-mojangapi:1.18-R0.1-SNAPSHOT") // Purpur
17+ + // Purpur start
18+ + implementation(project(":purpur-api"))
19+ + implementation("io.papermc.paper:paper-mojangapi:1.18-R0.1-SNAPSHOT") {
20+ + exclude("io.papermc.paper", "paper-api")
21+ + }
22+ + // Purpur end
1923 // Paper start
2024 implementation("org.jline:jline-terminal-jansi:3.21.0")
2125 implementation("net.minecrell:terminalconsoleappender:1.3.0")
22- @@ -49,6 +49 ,8 @@ dependencies {
26+ @@ -49,6 +53 ,8 @@ dependencies {
2327 isTransitive = false
2428 }
2529 // Paper end
@@ -28,7 +32,7 @@ index cd74406039704e5a880f00b9b60bb7b1dedc5398..c0051daa10e2d2300f8f1e551554732b
2832
2933 testImplementation("io.github.classgraph:classgraph:4.8.47") // Paper - mob goal test
3034 testImplementation("junit:junit:4.13.1")
31- @@ -67,7 +69 ,7 @@ tasks.jar {
35+ @@ -67,7 +73 ,7 @@ tasks.jar {
3236 attributes(
3337 "Main-Class" to "org.bukkit.craftbukkit.Main",
3438 "Implementation-Title" to "CraftBukkit",
@@ -37,7 +41,7 @@ index cd74406039704e5a880f00b9b60bb7b1dedc5398..c0051daa10e2d2300f8f1e551554732b
3741 "Implementation-Vendor" to date, // Paper
3842 "Specification-Title" to "Bukkit",
3943 "Specification-Version" to project.version,
40- @@ -158,7 +160 ,7 @@ fun TaskContainer.registerRunTask(
44+ @@ -158,7 +164 ,7 @@ fun TaskContainer.registerRunTask(
4145 name: String,
4246 block: JavaExec.() -> Unit
4347 ): TaskProvider<JavaExec> = register<JavaExec>(name) {
0 commit comments