Risto Lahtela 2020-01-10 12:29:55 +02:00 committed by GitHub
parent 920ef0153a
commit 84bd679997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -112,13 +112,13 @@ subprojects {
url = "https://oss.sonatype.org/content/repositories/snapshots"
}
maven { // RedisBungee Repository
url = "http://repo.md-5.net/content/repositories/snapshots/"
url = "https://repo.md-5.net/content/repositories/snapshots/"
}
maven { // Velocity Repository
url = "https://repo.velocitypowered.com/snapshots/"
}
maven { // Nukkit Repository
url = "http://repo.nukkitx.com/main"
url = "https://repo.nukkitx.com/main"
}
maven { // bStats Repository
url = "https://repo.codemc.org/repository/maven-public"
@ -177,4 +177,4 @@ sonarqube {
property "sonar.projectName", "Player Analytics"
property "sonar.projectKey", "com.djrapitops:Plan"
}
}
}