From 4576ca99c96f63e06d168d6629a961f96d6f8968 Mon Sep 17 00:00:00 2001 From: Jeremy Wood Date: Sat, 4 Mar 2023 10:26:49 -0500 Subject: [PATCH] Add hk2 dependency. --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 98d22ad0..78192b3a 100644 --- a/build.gradle +++ b/build.gradle @@ -82,6 +82,7 @@ dependencies { } // Utils + api 'org.glassfish.hk2:hk2-core:3.0.3' api('com.dumptruckman.minecraft:Logging:1.1.1') { exclude group: 'junit', module: 'junit' } @@ -227,6 +228,7 @@ shadowJar { relocate 'io.github.townyadvanced.commentedconfiguration', 'com.onarandombox.commentedconfiguration' relocate 'me.main__.util', 'com.onarandombox.serializationconfig' relocate 'org.bstats', 'com.onarandombox.bstats' + relocate 'org.glassfish.hk2', 'com.onarandombox.hk2' configurations = [project.configurations.api]