From 3d67ea736feeef47ca7e9262a301328bffa2f349 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Mon, 2 Aug 2021 01:11:32 -0400 Subject: [PATCH] Add dep Paralithic for expressions --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index cbb540fa2..95d95edfd 100644 --- a/build.gradle +++ b/build.gradle @@ -79,6 +79,8 @@ shadowJar 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')) + include(dependency('com.dfsek:Paralithic:0.4.0')) + include(dependency('org.ow2.asm:asm:9.0')) } } @@ -87,6 +89,7 @@ manifest() dependencies { compileOnly 'org.projectlombok:lombok:1.18.20' annotationProcessor 'org.projectlombok:lombok:1.18.20' + implementation 'com.dfsek:Paralithic:0.4.0' implementation 'org.zeroturnaround:zt-zip:1.14' implementation 'io.papermc:paperlib:1.0.5' implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2' @@ -100,4 +103,5 @@ dependencies { implementation 'io.lumine.xikage:MythicMobs:4.9.1' implementation 'com.google.code.gson:gson:2.8.5' implementation 'me.clip:placeholderapi:2.10.10' + implementation 'org.ow2.asm:asm:9.0' } \ No newline at end of file