File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -10,25 +10,31 @@ apply plugin: 'me.fallenbreath.yamlang'
1010repositories {
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
Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments