diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9e8f8a1b..82cef4b0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -45,4 +45,4 @@ jobs: # Run non-interactive, package (with compile+test), # ignore snapshot updates, because they are likely to have breaking changes, enforce checksums to validate # possible errors in dependencies - run: mvn package test --batch-mode --no-snapshot-updates --strict-checksums --file pom.xml + run: mvn test --batch-mode --no-snapshot-updates --strict-checksums --file pom.xml diff --git a/bukkit/pom.xml b/bukkit/pom.xml index 93de0a08..56e8bac1 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -20,7 +20,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.3 + 3.2.4 false false