Properly define WorldGuard version

This commit is contained in:
N0tMyFaultOG 2021-01-21 13:21:54 +01:00
parent c35ebd7b53
commit a300abae41
No known key found for this signature in database
GPG Key ID: 823348042DA95A81
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 {

View File

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

View File

@ -28,7 +28,7 @@ repositories {
name = "EngineHub Repository"
url = uri("https://maven.enginehub.org/repo/")
content {
includeGroup("com.sk89q")
includeGroupByRegex("com.sk89q.*")
}
}
maven {
@ -101,7 +101,7 @@ dependencies {
}
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.8.1")
testImplementation("org.mockito:mockito-core:1.9.0-rc1")
compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.+") {
compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.4") {
exclude("com.sk89q.worldedit", "worldedit-bukkit")
exclude("com.sk89q.worldedit", "worldedit-core")
exclude("com.sk89q.worldedit.worldedit-libs", "bukkit")