aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-05-05 16:41:56 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-05-05 16:41:56 +0700
commit2bc4985745f9568436a47e74feddd5a90f1bf4d7 (patch)
tree50f9a0dfe00baddd56bdd7b386bab804610e700e /.github
parent99476f7d8231d0c78c43057767397f1ff5964ea9 (diff)
downloadaspectj-2bc4985745f9568436a47e74feddd5a90f1bf4d7.tar.gz
aspectj-2bc4985745f9568436a47e74feddd5a90f1bf4d7.zip
Remove obsolete separate GitHub build step for provisioning libraries
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to '.github')
-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