Skip to content

Commit

Permalink
fix: resolve dependency issue for auto-release
Browse files Browse the repository at this point in the history
- Fixed dependency issues in the build process.
  • Loading branch information
Xavbeat03 committed Sep 18, 2024
1 parent 47f8e5f commit 9ecd5c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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/") {
Expand Down Expand Up @@ -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 = "*")
}
Expand All @@ -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 {
Expand Down

0 comments on commit 9ecd5c0

Please sign in to comment.