Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
Update GitHub configuration for build project
  • Loading branch information
Fameing authored Jan 16, 2024
1 parent fddc033 commit 3c1bf21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
branches:
- develop
- support/2.3.X
- support/3.0.X
pull_request:
branches:
- develop
- support/2.3.X
- support/3.0.X

jobs:
build-jdk8:
Expand All @@ -38,4 +40,4 @@ jobs:
distribution: 'zulu'
java-version: '17'
- name: Build with Maven
run: ./mvnw -version && whoami && umask -S && umask a+rw && umask -S && ./mvnw clean verify -P docker-clean -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.count=3 --no-snapshot-updates --batch-mode --no-transfer-progress
run: ./mvnw -version && whoami && umask -S && umask a+rw && umask -S && ./mvnw clean verify -P docker-clean -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.count=3 --no-snapshot-updates --batch-mode --no-transfer-progress

0 comments on commit 3c1bf21

Please sign in to comment.