Skip to content

Commit 932fc63

Browse files
committed
chore: add curios maven
1 parent ff3e5f7 commit 932fc63

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

+7
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ repositories {
8282
includeGroup "net.tslat.smartbrainlib"
8383
}
8484
}
85+
maven {
86+
name = "OctoStudios (Curios Api Contiunation)"
87+
url = uri("https://maven.octo-studios.com/releases")
88+
content {
89+
includeGroup "top.theillusivec4.curios"
90+
}
91+
}
8592
maven {
8693
// Shedaniel's maven (Architectury API)
8794
url = "https://maven.architectury.dev"

0 commit comments

Comments
 (0)