Add sponge as plugin repository

This commit is contained in:
Aurora Lahtela 2022-07-02 11:38:50 +03:00 committed by GitHub
parent 2ed4406b00
commit d4b4aacd69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ pluginManagement {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven {
name = 'Sponge'
url = "https://repo.spongepowered.org/repository/maven-public/"
}
mavenCentral()
gradlePluginPortal()
}