From a732a2b0a0321595202473175a15d7c46f29d7b6 Mon Sep 17 00:00:00 2001 From: LoJoSho Date: Fri, 27 Oct 2023 19:44:59 -0500 Subject: [PATCH] clean: remove hikari repo, set CommentedConfiguration to specific commit to fix Jitpack jank --- build.gradle.kts | 5 +---- common/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e5b47b73..32d00f2b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,9 +32,6 @@ allprojects { // PlaceholderAPI maven("https://repo.extendedclip.com/content/repositories/placeholderapi/") - //Hikari - maven("https://mvnrepository.com/artifact/com.zaxxer/HikariCP") - // Citizens & Denizen maven("https://maven.citizensnpcs.co/repo") @@ -109,7 +106,7 @@ dependencies { implementation("com.jeff_media:SpigotUpdateChecker:3.0.0") implementation("com.owen1212055:particlehelper:1.0.0-SNAPSHOT") implementation("com.ticxo.playeranimator:PlayerAnimator:R1.2.7") - implementation("com.github.BG-Software-LLC:CommentedConfiguration:-SNAPSHOT") + implementation("com.github.BG-Software-LLC:CommentedConfiguration:bed3c46369") //implementation("com.ticxo.playeranimator:PlayerAnimator:R1.2.5") } diff --git a/common/build.gradle.kts b/common/build.gradle.kts index ad43fa3a..679ca287 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { implementation("com.jeff_media:SpigotUpdateChecker:3.0.0") implementation("com.owen1212055:particlehelper:1.0.0-SNAPSHOT") implementation("com.ticxo.playeranimator:PlayerAnimator:R1.2.7") - implementation("com.github.BG-Software-LLC:CommentedConfiguration:-SNAPSHOT") + implementation("com.github.BG-Software-LLC:CommentedConfiguration:bed3c46369") //implementation("com.ticxo.playeranimator:PlayerAnimator:R1.2.5") }