Skip to content

Commit

Permalink
Build scripts cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed Oct 20, 2017
1 parent f6e1246 commit 8c986e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ install:
- SET PATH=C:\jdk9\bin;%PATH%

test_script:
- gradlew -version
- gradlew build --stacktrace
- gradlew --no-daemon -version
- gradlew --no-daemon --stacktrace build
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ pipeline {
steps {
milestone 2
withCredentials([string(credentialsId: '9f982a37-747d-42bd-abf9-643534f579bd', variable: 'GRGIT_USER')]) {
sh './gradlew --no-daemon --stacktrace --debug gitPublishPush'
sh './gradlew --no-daemon --stacktrace gitPublishPush'
}
}
}
stage('Coverage') {
steps {
sh './gradlew --no-daemon --refresh-dependencies -PenableClover clean cloverHtmlReport cloverXmlReport'
sh './gradlew --no-daemon -PenableClover clean cloverHtmlReport cloverXmlReport'
}
post {
success {
Expand Down

0 comments on commit 8c986e7

Please sign in to comment.