Skip to content

Commit

Permalink
Merge pull request #124 from Alathra/build/fixing-dependency-issue-fo…
Browse files Browse the repository at this point in the history
…r-auto-release

build: resolve dependency issue for auto-release
  • Loading branch information
darksaid98 authored Sep 18, 2024
2 parents 47f8e5f + 9ecd5c0 commit c3321ca
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 c3321ca

Please sign in to comment.