Skip to content

Commit 4e2c688

Browse files
committed
Revert "chore: Implement maven repository filters"
This reverts commit c27e0ca.
1 parent 97ebeb9 commit 4e2c688

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

build.gradle

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,10 @@ allprojects {
77

88
repositories {
99
mavenCentral()
10-
maven {
11-
url = "https://maven.fabricmc.net/"
12-
content {
13-
includeGroup "net.fabricmc"
14-
}
15-
}
10+
maven { url = "https://jitpack.io/" }
11+
maven { url = "https://maven.fabricmc.net/" }
1612
maven { url = "https://mcphackers.org/libraries/" }
1713
maven { url = "https://maven.glass-launcher.net/releases" }
18-
maven {
19-
url = "https://jitpack.io/"
20-
content {
21-
includeGroupByRegex "io\\.github\\..+"
22-
includeGroupByRegex "com\\.github\\..+"
23-
}
24-
}
2514
}
2615

2716
dependencies {

0 commit comments

Comments
 (0)