From 56eb4b6b84c3b204f789ac4171292246cbb35bba Mon Sep 17 00:00:00 2001 From: RePixelatedMC Date: Sun, 28 Apr 2024 11:56:18 +0200 Subject: [PATCH] Iris is small now! still a bit too big for spigot probably --- build.gradle | 7 ++----- core/src/main/resources/plugin.yml | 2 ++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 5fa43d0c1..9186ae4a8 100644 --- a/build.gradle +++ b/build.gradle @@ -186,8 +186,6 @@ shadowJar { //minimize() append("plugin.yml") relocate 'com.dfsek.paralithic', 'com.volmit.iris.util.paralithic' - relocate 'net.bytebuddy:byte-buddy:1.14.14', 'com.volmit.iris.util.bytecodeModifications' - relocate 'net.bytebuddy:byte-buddy-agent:1.12.8', 'com.volmit.iris.util.bytecodeModifications' relocate 'io.papermc.lib', 'com.volmit.iris.util.paper' relocate 'net.kyori', 'com.volmit.iris.util.kyori' archiveFileName.set("Iris-${project.version}.jar") @@ -239,9 +237,6 @@ allprojects { implementation "net.kyori:adventure-text-minimessage:4.13.1" implementation 'net.kyori:adventure-platform-bukkit:4.3.2' implementation 'net.kyori:adventure-api:4.13.1' - - implementation 'net.bytebuddy:byte-buddy:1.14.14' - implementation 'net.bytebuddy:byte-buddy-agent:1.12.8' //implementation 'org.bytedeco:javacpp:1.5.10' //implementation 'org.bytedeco:cuda-platform:12.3-8.9-1.5.10' compileOnly 'io.lumine:Mythic-Dist:5.2.1' @@ -258,6 +253,8 @@ allprojects { compileOnly 'rhino:js:1.7R2' compileOnly 'com.github.ben-manes.caffeine:caffeine:3.0.6' compileOnly 'org.apache.commons:commons-lang3:3.12.0' + compileOnly 'net.bytebuddy:byte-buddy:1.14.14' + compileOnly 'net.bytebuddy:byte-buddy-agent:1.12.8' } /** diff --git a/core/src/main/resources/plugin.yml b/core/src/main/resources/plugin.yml index 83ad85017..b186c4f75 100644 --- a/core/src/main/resources/plugin.yml +++ b/core/src/main/resources/plugin.yml @@ -6,6 +6,8 @@ authors: [ cyberpwn, NextdoorPsycho, Vatuu ] website: volmit.com description: More than a Dimension! libraries: + - net.bytebuddy:byte-buddy:1.14.14 + - net.bytebuddy:byte-buddy-agent:1.12.8 - com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2 - com.github.ben-manes.caffeine:caffeine:3.0.5 - org.apache.commons:commons-lang3:3.12.0