Skip to content

Commit 2e3cba4

Browse files
authored
Merge pull request #17
tterrag's maven exploded
2 parents d4e1e0a + 2377e2b commit 2e3cba4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group = project.maven_group
1313
repositories {
1414
maven { url "https://maven.shedaniel.me/" }
1515
maven { url "https://maven.terraformersmc.com/releases/" } // Mod Menu
16-
maven { url "<https://maven.architectury.dev/>" }
16+
maven { url "https://maven.architectury.dev/" }
1717
maven { url = "https://api.modrinth.com/maven" } // LazyDFU
1818
maven { url = "https://mvn.devos.one/snapshots/" } // Create, Porting Lib, Forge Tags, Milk Lib, Registrate
1919
maven { url = "https://raw.githubusercontent.com/Fuzss/modresources/main/maven/" } // Forge Config API Port
@@ -32,6 +32,10 @@ repositories {
3232
name = "Ladysnake Libs"
3333
url = 'https://maven.ladysnake.org/releases'
3434
}
35+
maven {
36+
name "ModMaven"
37+
url "https://modmaven.dev"
38+
}
3539
google()
3640
}
3741

0 commit comments

Comments
 (0)