소스 검색

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 년 전
부모
커밋
2bc4985745
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0
    3
      .github/workflows/maven.yml

+ 0
- 3
.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


Loading…
취소
저장