We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b6de3 commit c27e0caCopy full SHA for c27e0ca
1 file changed
build.gradle
@@ -7,10 +7,21 @@ allprojects {
7
8
repositories {
9
mavenCentral()
10
- maven { url = "https://jitpack.io/" }
11
- maven { url = "https://maven.fabricmc.net/" }
+ maven {
+ url = "https://maven.fabricmc.net/"
12
+ content {
13
+ includeGroup "net.fabricmc"
14
+ }
15
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