更新 .gitea/workflows/demo.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m10s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m10s
Details
发布生产
This commit is contained in:
parent
7836aa9320
commit
314aaf3c69
|
|
@ -95,9 +95,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin' # See 'Supported distributions' for available options
|
distribution: 'temurin' # See 'Supported distributions' for available options
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
|
check-latest: true
|
||||||
|
cache: 'maven'
|
||||||
|
# cache-dependency-path: 'sub-project/pom.xml' # optional
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: |
|
run: |
|
||||||
echo "mvn clean install -DskipTests"
|
echo "mvn clean install -DskipTests && mvn -B package --file pom.xml"
|
||||||
mvn --version
|
mvn --version
|
||||||
|
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue