Skip to content

Commit

Permalink
[Bukkit] Port chunk section editing
Browse files Browse the repository at this point in the history
And also drop all the old stuff that doesn't build any more and I'm
_not_ going back and fixing it
  • Loading branch information
octylFractal committed Sep 12, 2024
1 parent 6c85b7b commit 899d6c8
Show file tree
Hide file tree
Showing 43 changed files with 743 additions and 13,588 deletions.
2 changes: 2 additions & 0 deletions build-logic/src/main/kotlin/buildlogic.adapter.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import buildlogic.getLibrary
import buildlogic.stringyLibs
import buildlogic.getVersion

Expand Down Expand Up @@ -25,6 +26,7 @@ repositories {

dependencies {
"implementation"(project(":worldedit-bukkit"))
"implementation"(stringyLibs.getLibrary("paperLib"))
constraints {
"remapper"("net.fabricmc:tiny-remapper:[${stringyLibs.getVersion("minimumTinyRemapper")},)") {
because("Need remapper to support Java 21")
Expand Down
2 changes: 1 addition & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Checks based on Google Checks, modified for EngineHub.
<property name="allowThrowsTagsForSubclasses" value="true"/>
</module>-->
<module name="MethodName">
<property name="format" value="^[a-z][a-z0-9][a-zA-Z0-9_]*$"/>
<property name="format" value="^([a-z][a-z0-9][a-zA-Z0-9_]*|[xyz])$"/>
<message key="name.invalidPattern"
value="Method name ''{0}'' must match pattern ''{1}''."/>
</module>
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ includeBuild("build-logic")

include("worldedit-libs")

listOf("1.20.2", "1.20.4", "1.20.6", "1.21").forEach {
listOf("1.21").forEach {
include("worldedit-bukkit:adapters:adapter-$it")
}

Expand Down
10 changes: 0 additions & 10 deletions worldedit-bukkit/adapters/adapter-1.20.2/build.gradle.kts

This file was deleted.

Loading

0 comments on commit 899d6c8

Please sign in to comment.