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 2, 2018
1 parent 294a901 commit 6fdd4ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sonarqube {
}
}
build.finalizedBy('sonarqube')
catch(Exception ex) {
} catch(Exception ex) {
println("Catching the exception");
} finally {
sonarqube {
Expand All @@ -62,6 +62,7 @@ sonarqube {


build.finalizedBy('sonarqube')
}



Expand Down

0 comments on commit 6fdd4ea

Please sign in to comment.