Skip to content

Commit

Permalink
Merge branch 'EngineHub:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphillya authored Mar 31, 2024
2 parents 7e74122 + 3d61e67 commit df7a089
Showing 16 changed files with 24 additions and 4,210 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ rootProject.name = "worldedit"

include("worldedit-libs")

listOf("1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.2", "1.20.4").forEach {
listOf("1.18.2", "1.19.4", "1.20", "1.20.2", "1.20.4").forEach {
include("worldedit-bukkit:adapters:adapter-$it")
}

7 changes: 7 additions & 0 deletions verification/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -16,6 +16,13 @@ repositories {
name = "EngineHub Repository (Releases Only)"
url = uri("https://maven.enginehub.org/artifactory/libs-release-local/")
}
maven {
name = "EngineHub Repository (Snapshots Only)"
url = uri("https://maven.enginehub.org/artifactory/libs-snapshot-local/")
content {
excludeGroup("com.sk89q.worldedit")
}
}
mavenCentral()
}

Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
{
"Removal of override method that exists in superclass": [
{
"type": "com.sk89q.worldedit.bukkit.BukkitWorld",
"member": "Method com.sk89q.worldedit.bukkit.BukkitWorld.fullySupports3DBiomes()",
"changes": [
"METHOD_REMOVED"
]
}
]
}
7 changes: 0 additions & 7 deletions worldedit-bukkit/adapters/adapter-1.17.1/build.gradle.kts

This file was deleted.

Loading

0 comments on commit df7a089

Please sign in to comment.