浏览代码

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


正在加载...
取消
保存