Skip to content

Commit

Permalink
Jenkinsfile-Windows: add cleanTest gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Jul 11, 2018
1 parent c112ca6 commit 91480d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile-Windows
Expand Up @@ -25,7 +25,7 @@ pipeline {

stage('build-java') {
steps {
bat 'gradlew build test install'
bat 'gradlew cleanTest build test install'
}
}
}
Expand Down

0 comments on commit 91480d8

Please sign in to comment.