Explorar el Código

Remove obsolete separate GitHub build step for provisioning libraries

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_7_M2
Alexander Kriegisch hace 3 años
padre
commit
2bc4985745
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0
    3
      .github/workflows/maven.yml

+ 0
- 3
.github/workflows/maven.yml Ver fichero

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


Cargando…
Cancelar
Guardar