mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-16 05:01:43 +01:00
Removed --no-daemon flag
This commit is contained in:
parent
858b64a5ae
commit
84e30e09dc
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -16,7 +16,7 @@ pipeline {
|
||||
dir("Plan") {
|
||||
script {
|
||||
try {
|
||||
sh './gradlew clean test --no-daemon'
|
||||
sh './gradlew clean test'
|
||||
} finally {
|
||||
junit '**/build/test-results/test/*.xml'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user