From 9ecd5c01973a3e9e0ac61fd1ef7bdc4e8a2197d0 Mon Sep 17 00:00:00 2001 From: Xavier Beatrice Date: Wed, 18 Sep 2024 13:25:14 -0400 Subject: [PATCH] fix: resolve dependency issue for auto-release - Fixed dependency issues in the build process. --- build.gradle.kts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 740304c..83e92a1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,6 +41,8 @@ repositories { content { includeGroup("dev.jorel") } } + maven("https://maven.athyrium.eu/releases") + maven("https://maven.citizensnpcs.co/repo/") maven("https://repo.glaremasters.me/repository/towny/") { @@ -85,7 +87,6 @@ dependencies { } compileOnly("com.palmergames.bukkit.towny:towny:0.100.3.12") - compileOnly("com.github.darksaid98:TownyChat:feat~adventure-SNAPSHOT") compileOnly("com.bencodez:votingplugin:6.15.1") { exclude(group = "*", module = "*") } @@ -97,6 +98,7 @@ dependencies { compileOnly("io.lumine:Mythic-Dist:5.6.2") compileOnly(files("lib/SiegeEngines-0.8.4.jar")) compileOnly("com.github.Xiao-MoMi:Custom-Fishing:2.2.26") + compileOnly("com.palmergames.bukkit:TownyChat:0.115") } tasks {