We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d86817 commit 44f9007Copy full SHA for 44f9007
1 file changed
build.gradle.kts
@@ -17,9 +17,7 @@ java { toolchain { languageVersion = javaVersion } }
17
18
repositories {
19
mavenLocal()
20
- maven("https://maven.2b2t.vc/releases") {
21
- content { includeGroupByRegex("com.github.rfresh2.*") }
22
- }
+ maven("https://maven.2b2t.vc/releases")
23
maven("https://libraries.minecraft.net") {
24
content { includeGroup("com.mojang") }
25
}
0 commit comments