Add Sponge's snapshot repo to the project.

This commit is contained in:
Tyler Hancock 2021-09-27 22:49:38 -06:00
parent 64a3d8cb04
commit e51ea1fc16
No known key found for this signature in database
GPG Key ID: D10D32949D03E695

View File

@ -1,10 +1,14 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
maven {
name = 'Sponge Snapshots'
url = 'https://repo.spongepowered.org/repository/maven-public/'
}
}
}