From 993d433d031f66a813746f6ad0620452416b4226 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Fri, 23 Jul 2021 17:22:24 -0400 Subject: [PATCH] Fix gradle --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1bb1ef6eb..4d5716a36 100644 --- a/build.gradle +++ b/build.gradle @@ -77,6 +77,7 @@ shadowJar dependencies { include(dependency('org.zeroturnaround:zt-zip:1.14')) include(dependency('com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2')) + include(dependency('io.papermc:paperlib:1.0.5')) } } @@ -86,7 +87,7 @@ dependencies { compileOnly 'org.projectlombok:lombok:1.18.20' annotationProcessor 'org.projectlombok:lombok:1.18.20' implementation 'org.zeroturnaround:zt-zip:1.14' - implementation 'net.pl3x.purpur:purpur-api:1.17.1-R0.1-SNAPSHOT' + implementation 'io.papermc:paperlib:1.0.5' implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2' implementation 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT' implementation 'org.bukkit.craftbukkit:1.17:1.17'