From 6e3698a5f4720c84dddb7a7355279b4831aedd64 Mon Sep 17 00:00:00 2001 From: srnyx <25808801+srnyx@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:32:38 -0400 Subject: [PATCH] Group together Annoying API relocations --- src/main/kotlin/xyz/srnyx/gradlegalaxy/utility/Dependencies.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/xyz/srnyx/gradlegalaxy/utility/Dependencies.kt b/src/main/kotlin/xyz/srnyx/gradlegalaxy/utility/Dependencies.kt index bd6d1d0..b7b3cfc 100644 --- a/src/main/kotlin/xyz/srnyx/gradlegalaxy/utility/Dependencies.kt +++ b/src/main/kotlin/xyz/srnyx/gradlegalaxy/utility/Dependencies.kt @@ -120,9 +120,9 @@ fun Project.annoyingAPI( check(hasJavaPlugin()) { "Java plugin is not applied!" } check(hasShadowPlugin()) { "Shadow plugin is not applied!" } repository(Repository.JITPACK) - relocate("xyz.srnyx.annoyingapi") // Runtime dependencies + relocate("xyz.srnyx.annoyingapi") relocate("org.bstats") relocate("javassist.", getPackage() + ".libs.javassist.") relocate("org.reflections")