mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 16:37:43 +01:00
20 lines
787 B
Diff
20 lines
787 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Ben Kerllenevich <ben@omega24.dev>
|
|
Date: Sat, 12 Jun 2021 12:35:38 -0400
|
|
Subject: [PATCH] Build System Changes
|
|
|
|
todo: merge with rebrand patch
|
|
|
|
diff --git a/build.gradle.kts b/build.gradle.kts
|
|
index 720ba2774196f24cca6c4d1b173f90f8151c8a5e..c5d5bd6e4e074b9290a37c5a5c5957936ed346f6 100644
|
|
--- a/build.gradle.kts
|
|
+++ b/build.gradle.kts
|
|
@@ -37,6 +37,7 @@ dependencies {
|
|
apiAndDocs("net.kyori:adventure-text-serializer-plain")
|
|
api("org.apache.logging.log4j:log4j-api:2.14.1") // Paper
|
|
api("org.slf4j:slf4j-api:1.7.30") // Paper
|
|
+ api("net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT") // Purpur
|
|
|
|
implementation("org.ow2.asm:asm:9.1")
|
|
implementation("org.ow2.asm:asm-commons:9.1")
|