mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-03 11:56:40 +00:00
Fixed Unit Tests (BlockVector3.isLongPackable) (#1168)
* Fixed Unit Tests (BlockVector3.isLongPackable) * Re-enable tests for ci * Address gh action dependency complaints * Fix "invalid usage of tag &" for MinecraftVersion.java * Simple StubServer for BukkitWorldTest.java * Add parallelgzip to test runtime, fixed javadoc encoding, make gradlew executable and patch StubServer for latest spigot / paper release * Move Javadoc UTF-8 to PlatformConfig.kt * Revert "make gradlew executable" Was required for act to run, but not required for GH actions - Weird behavior * Mark upstream changes, move class + apply editorconfig Co-authored-by: NotMyFault <mc.cache@web.de> Co-authored-by: Matt <4009945+MattBDev@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
31b41235ac
commit
7d3a9ff36d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
distribution: "temurin"
|
||||
java-version: "16"
|
||||
- name: "Clean Build"
|
||||
run: "./gradlew clean build -x test"
|
||||
run: "./gradlew clean build"
|
||||
- name: Archive Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
Reference in New Issue
Block a user