Browse Source

Remove obsolete separate GitHub build step for provisioning libraries

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_7_M2
Alexander Kriegisch 3 years ago
parent
commit
2bc4985745
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      .github/workflows/maven.yml

+ 0
- 3
.github/workflows/maven.yml View File

@@ -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


Loading…
Cancel
Save