We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ebeb9 commit 4e2c688Copy full SHA for 4e2c688
1 file changed
build.gradle
@@ -7,21 +7,10 @@ allprojects {
7
8
repositories {
9
mavenCentral()
10
- maven {
11
- url = "https://maven.fabricmc.net/"
12
- content {
13
- includeGroup "net.fabricmc"
14
- }
15
+ maven { url = "https://jitpack.io/" }
+ maven { url = "https://maven.fabricmc.net/" }
16
maven { url = "https://mcphackers.org/libraries/" }
17
maven { url = "https://maven.glass-launcher.net/releases" }
18
19
- url = "https://jitpack.io/"
20
21
- includeGroupByRegex "io\\.github\\..+"
22
- includeGroupByRegex "com\\.github\\..+"
23
24
25
}
26
27
dependencies {
0 commit comments