Skip to content

Commit 44f9007

Browse files
committed
fix maven
1 parent 1d86817 commit 44f9007

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ java { toolchain { languageVersion = javaVersion } }
1717

1818
repositories {
1919
mavenLocal()
20-
maven("https://maven.2b2t.vc/releases") {
21-
content { includeGroupByRegex("com.github.rfresh2.*") }
22-
}
20+
maven("https://maven.2b2t.vc/releases")
2321
maven("https://libraries.minecraft.net") {
2422
content { includeGroup("com.mojang") }
2523
}

0 commit comments

Comments
 (0)