Skip to content

Commit 17a2368

Browse files
committed
Cleanup dependency repositories
1 parent fe38970 commit 17a2368

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

build.gradle.kts

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,25 @@ java {
1717
}
1818

1919
repositories {
20+
maven("https://repo.viaversion.com") {
21+
content {
22+
includeGroup("com.viaversion")
23+
}
24+
}
25+
maven("https://maven.enginehub.org/repo/") { // WorldGuard
26+
content {
27+
includeGroup("com.sk89q.worldguard")
28+
includeGroup("com.sk89q.worldedit")
29+
includeGroup("com.sk89q.worldguard.worldguard-libs")
30+
includeGroup("com.sk89q.worldedit.worldedit-libs")
31+
}
32+
}
33+
maven("https://maven.playpro.com") { // CoreProtect
34+
content {
35+
includeGroup("net.coreprotect")
36+
}
37+
}
2038
mavenCentral()
21-
maven("https://repo.viaversion.com")
22-
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
23-
maven("https://jitpack.io")
24-
maven("https://repo.papermc.io/repository/maven-public/")
25-
maven("https://maven.enginehub.org/repo/") // WorldGuard
26-
maven("https://maven.playpro.com") // CoreProtect
2739
}
2840

2941
dependencies {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ zstd-jni = "1.5.5-4"
1212

1313
# Plugins
1414
paperweight-userdev = "2.0.0-beta.14"
15-
run-paper = "2.3.0"
15+
run-paper = "2.3.1"
1616
shadow = "8.1.7"
1717

1818
[libraries]

0 commit comments

Comments
 (0)