Skip to content

Commit 6cfe045

Browse files
committed
spamming includeGroup
maybe it's useful
1 parent 5f5eded commit 6cfe045

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

common.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,31 @@ apply plugin: 'me.fallenbreath.yamlang'
1010
repositories {
1111
maven {
1212
url = 'https://maven.parchmentmc.org'
13+
content { includeGroup("org.parchmentmc.data") }
1314
}
1415
maven {
1516
url = 'https://masa.dy.fi/maven'
17+
content { includeGroupAndSubgroups("fi.dy.masa") }
1618
}
1719
maven {
1820
url = 'https://maven.terraformersmc.com/releases'
21+
content { includeGroup("com.terraformersmc") }
1922
}
2023
maven {
2124
url = 'https://www.cursemaven.com'
25+
content { includeGroup("curse.maven") }
2226
}
2327
maven {
2428
url = "https://api.modrinth.com/maven"
2529
content { includeGroup("maven.modrinth") }
2630
}
2731
maven {
2832
url = 'https://maven.fallenbreath.me/jitpack'
33+
content { includeGroupAndSubgroups("com.github") }
2934
}
3035
maven {
3136
url = 'https://maven.fallenbreath.me/releases'
37+
content { includeGroup("me.fallenbreath") }
3238
}
3339
}
3440

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pluginManagement {
99
maven {
1010
name = 'Jitpack'
1111
url = 'https://maven.fallenbreath.me/jitpack'
12+
content { includeGroupAndSubgroups("com.github") }
1213
}
1314
mavenCentral()
1415
gradlePluginPortal()

0 commit comments

Comments
 (0)