aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/maven.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/maven.yml')
-rw-r--r--.github/workflows/maven.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index bd6b9de64..585f75ac3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,9 +31,6 @@ jobs:
./mvnw -B --version
ant -version
- - name: Download + install test libraries
- run: ./mvnw -B --settings .mvn/settings-read-github-packages.xml --file lib/pom.xml compile
-
- name: Compile + package code
run: ./mvnw -B --settings .mvn/settings-read-github-packages.xml --file pom.xml -DskipTests package