Add Sponge's snapshot repo to the project.
This commit is contained in:
parent
64a3d8cb04
commit
e51ea1fc16
|
|
@ -1,10 +1,14 @@
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
|
gradlePluginPortal()
|
||||||
maven {
|
maven {
|
||||||
name = 'Fabric'
|
name = 'Fabric'
|
||||||
url = 'https://maven.fabricmc.net/'
|
url = 'https://maven.fabricmc.net/'
|
||||||
}
|
}
|
||||||
gradlePluginPortal()
|
maven {
|
||||||
|
name = 'Sponge Snapshots'
|
||||||
|
url = 'https://repo.spongepowered.org/repository/maven-public/'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user