View last successful build
Branch#StatusChangesFinished
version/7.3.x#7127Gradle exception (new); exit code 1 (Step: Build (Gradle)) (new); artifacts size 0 B is 1 B less than the provided threshold 1 B (new)a day ago
version/7.3.x#7126Tests passed: 244, ignored: 1a day ago
version/7.3.x#7125Tests passed: 244, ignored: 1
  • Fix block-aligned entity positional issues on 1.21.5 after copy/paste (#2770) (d6d51e16 by Maddy Miller)
2 days ago
version/7.3.x#7124Tests passed: 244, ignored: 13 days ago
version/7.3.x#7111Tests passed: 244, ignored: 117 days ago
version/7.3.x#7108Tests passed: 244, ignored: 1
  • Configure PublishingExtension for WorldEdit Sponge (#2761) Currently, sponge api aren't be published to the maven repository (only the `pom`s are): https://maven.enginehub.org/repo/com/sk89q/worldedit/worldedit-sponge/7.4.0-SNAPSHOT/ Looks like the `worldedit-sponge` is just not configuring publishing: - Sponge (No `configure<PublishingExtension> `) - https://github.com/EngineHub/WorldEdit/blob/version/7.3.x/worldedit-sponge/build.gradle.kts - Bukkit (configures it) - https://github.com/EngineHub/WorldEdit/blob/version/7.3.x/worldedit-bukkit/build.gradle.kts#L110 - Fabric (configures it) - https://github.com/EngineHub/WorldEdit/blob/version/7.3.x/worldedit-fabric/build.gradle.kts#L71 Presumably since `worldedit-sponge` is missing: ```kt configure<PublishingExtension> { publications.named<MavenPublication>("maven") { from(components["java"]) } } ``` It doesn't get the information from the `java-library` plugin to actually include the jar, so it just includes the pom. Unfortunately I obviously don't have permission to publish the enginehub repository, but perhaps someone could take a look to see if this fix would work? (dece49b5 by tyhdefu)
24 days ago
version/7.3.x#7107Tests passed: 244, ignored: 1a month ago
version/7.3.x#7106Tests passed: 244, ignored: 1a month ago
version/7.3.x#7105Tests passed: 244, ignored: 1
  • Add text3 bukkit adapter override for Spigot gson change. (#2759) (0f47c7aa by wizjany)
a month ago
version/7.3.x#7103Tests passed: 244, ignored: 1
  • Update click and hover text component serialization for 1.21.5. (#2757) Hacky workaround by overwriting the text3 StyleSerializer class with our own modified copy. Note that the hover events "show_entity" and "show_item" aren't supported as they no longer take a rendered component, but just the NBT structure. Behavior remains unchanged if 1.21.4- is detected. Fixes #2756. (ce043859 by wizjany)
a month ago