Skip to content

Commit

Permalink
Fix sponge maven repository reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Feb 5, 2021
1 parent f3f0987 commit a8dcb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ allprojects {
jcenter()
maven {
name = 'Fabric'
url = 'http://maven.fabricmc.net/'
url = 'https://maven.fabricmc.net/'
}
maven {
name = 'SpongePowered'
url = 'http://repo.spongepowered.org/maven'
url = 'https://repo.spongepowered.org/maven'
}
maven {
name = 'mojang'
Expand Down

0 comments on commit a8dcb80

Please sign in to comment.