mirror of
https://github.com/BX-Team/DivineMC.git
synced 2026-01-03 14:12:09 +00:00
37 lines
1.4 KiB
Diff
37 lines
1.4 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: NONPLAYT <kidzania177@gmail.com>
|
|
Date: Thu, 8 Jun 2023 22:14:38 +0300
|
|
Subject: [PATCH] fixup build.gradle
|
|
|
|
|
|
diff --git a/build.gradle.kts b/build.gradle.kts
|
|
index 277fce4e1e9c60010dbe295d6636277da4d3606b..f251175f81240840b65bf1293e70faea9fba41bb 100644
|
|
--- a/build.gradle.kts
|
|
+++ b/build.gradle.kts
|
|
@@ -7,13 +7,8 @@ plugins {
|
|
}
|
|
|
|
dependencies {
|
|
-<<<<<<< HEAD
|
|
- implementation(project(":paper-api"))
|
|
- implementation(project(":paper-mojangapi"))
|
|
-=======
|
|
implementation(project(":divinemc-api")) // DivineMC
|
|
implementation("io.papermc.paper:paper-mojangapi:1.19.4-R0.1-SNAPSHOT") // Purpur
|
|
->>>>>>> Divine Branding
|
|
// Paper start
|
|
implementation("org.jline:jline-terminal-jansi:3.21.0")
|
|
implementation("net.minecrell:terminalconsoleappender:1.3.0")
|
|
@@ -61,11 +56,7 @@ tasks.jar {
|
|
attributes(
|
|
"Main-Class" to "org.bukkit.craftbukkit.Main",
|
|
"Implementation-Title" to "CraftBukkit",
|
|
-<<<<<<< HEAD
|
|
- "Implementation-Version" to "git-Paper-$implementationVersion",
|
|
-=======
|
|
"Implementation-Version" to "git-DivineMC-$implementationVersion", // DivineMC
|
|
->>>>>>> Divine Branding
|
|
"Implementation-Vendor" to date, // Paper
|
|
"Specification-Title" to "Bukkit",
|
|
"Specification-Version" to project.version,
|