mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-01-06 02:35:39 +01:00
Specify Fabric repository
This commit is contained in:
parent
7b0c1e9a05
commit
0e77f20f86
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ dependencies {
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
|
||||||
|
maven {
|
||||||
|
url = uri('https://maven.fabricmc.net/')
|
||||||
|
}
|
||||||
|
|
||||||
maven {
|
maven {
|
||||||
url = uri('https://repo.nukkitx.com/maven-releases/')
|
url = uri('https://repo.nukkitx.com/maven-releases/')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue