Skip to content

Commit b448a73

Browse files
committed
build: add missing maven repo for configlib
1 parent 15ae7bb commit b448a73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ repositories {
4141
url = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
4242
}
4343

44+
maven {
45+
url = "https://repo.fantasyrealms.net/releases"
46+
}
47+
4448
maven { url 'https://jitpack.io' }
4549

4650
//Add your repositories here

0 commit comments

Comments
 (0)