瀏覽代碼

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…
取消
儲存