Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
harish123321 authored Dec 3, 2018
1 parent fb7c904 commit 1214e25
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,6 @@ sonarqube {
property "sonar.projectName", "Sample10"
}
}

task gitCleanLocalBranches {
doLast {
exec {
workingDir '.'
commandLine 'sonarqube', '-Dsonar.host.url=http://10.133.10.232:9000', '-Dsonar.verbose=true'

}
}
}
project.tasks["sonarqube"].dependsOn "gitCleanLocalBranches"


build.finalizedBy('sonarqube')


Expand Down

0 comments on commit 1214e25

Please sign in to comment.