Skip to content

Commit

Permalink
add clean command to sonarqube run
Browse files Browse the repository at this point in the history
  • Loading branch information
joshzamor committed Mar 1, 2017
1 parent ee778ab commit f5c54b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
entrypoint:
- 'gradle'
command:
- 'clean'
- 'sonarqube'
environment:
GRADLE_OPTS: '-Dorg.gradle.daemon=false $SONAR_LOGIN $SONAR_PASSWORD'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ serviceName=openlmis-referencedata
# Only a Release Manager should update this
# See https://openlmis.atlassian.net/wiki/display/OP/Rolling+a+Release
######################################################################
serviceVersion=3.0.0-SNAPSHOT
serviceVersion=3.0.0

0 comments on commit f5c54b7

Please sign in to comment.