Skip to content

Commit cc536e6

Browse files
authored
Remove custom Residence repository (#3353)
1 parent cd97bd5 commit cc536e6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dummypermscompat = "1.10"
1212
worldguard-bukkit = "7.0.14"
1313
griefprevention = "18.0.0"
1414
griefdefender = "2.1.0-SNAPSHOT"
15-
residence = "4.5._13.1"
15+
residence = "6.0.0.1"
1616
towny = "0.101.2.5"
1717
plotsquared = "7.5.8"
1818

@@ -87,7 +87,7 @@ dummypermscompat = { group = "com.sk89q", name = "dummypermscompat", version.ref
8787
worldguard = { group = "com.sk89q.worldguard", name = "worldguard-bukkit", version.ref = "worldguard-bukkit" }
8888
griefprevention = { group = "com.github.TechFortress", name = "GriefPrevention", version.ref = "griefprevention" }
8989
griefdefender = { group = "com.griefdefender", name = "api", version.ref = "griefdefender" }
90-
residence = { group = "com.bekvon.bukkit.residence", name = "Residence", version.ref = "residence" }
90+
residence = { group = "com.github.Zrips", name = "Residence", version.ref = "residence" }
9191
towny = { group = "com.palmergames.bukkit.towny", name = "towny", version.ref = "towny" }
9292
plotsquared-core = { group = "com.intellectualsites.plotsquared", name = "plotsquared-core", version.ref = "plotsquared" }
9393
plotsquared-bukkit = { group = "com.intellectualsites.plotsquared", name = "plotsquared-bukkit", version.ref = "plotsquared" }

worldedit-bukkit/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ repositories {
3333
maven {
3434
name = "JitPack"
3535
url = uri("https://jitpack.io")
36+
content {
37+
includeGroup("com.github.Zrips")
38+
includeGroup("com.github.MilkBowl")
39+
includeGroup("com.github.TechFortress")
40+
}
3641
}
3742
maven {
3843
name = "GriefDefender"
@@ -46,11 +51,6 @@ repositories {
4651
name = "Glaremasters"
4752
url = uri("https://repo.glaremasters.me/repository/towny/")
4853
}
49-
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") // TODO Remove when 4.17.0 is released
50-
maven {
51-
name = "Athion"
52-
url = uri("https://ci.athion.net/plugin/repository/tools/")
53-
}
5454
flatDir { dir(File("src/main/resources")) }
5555
}
5656

0 commit comments

Comments
 (0)