Properly define WorldGuard version

This commit is contained in:
N0tMyFaultOG
2021-01-21 13:21:54 +01:00
parent c35ebd7b53
commit a300abae41
4 changed files with 5 additions and 6 deletions

View File

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

View File

@ -20,9 +20,8 @@ fun Project.applyCommonConfiguration() {
name = "EngineHub Repository"
url = uri("https://maven.enginehub.org/repo/")
content {
includeGroup("com.sk89q")
includeGroup("com.sk89q.lib")
includeGroupByRegex("org.enginehub.*")
includeGroupByRegex("com.sk89q.*")
}
}
maven {