Properly name repositories

This commit is contained in:
N0tMyFaultOG
2021-01-21 13:34:33 +01:00
parent a300abae41
commit ef596664bc
4 changed files with 10 additions and 10 deletions

View File

@ -23,7 +23,7 @@ repositories {
}
*/
maven {
name = "EngineHub Repository"
name = "EngineHub"
url = uri("https://maven.enginehub.org/repo/")
content {
includeGroupByRegex("com.sk89q.*")

View File

@ -17,7 +17,7 @@ fun Project.applyCommonConfiguration() {
}
}
maven {
name = "EngineHub Repository"
name = "EngineHub"
url = uri("https://maven.enginehub.org/repo/")
content {
includeGroupByRegex("org.enginehub.*")