Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Commit

Permalink
Finished buildFinished() example
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Berglund committed Oct 29, 2012
1 parent b0d0522 commit d5fce7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks-lab/build-finished/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
gradle.buildFinished { buildResult ->
println "************BUILD FINISHED**********"
println "BUILD FINISHED"
println buildResult.failure?.getClass()
println buildResult.failure
}

Expand Down

0 comments on commit d5fce7f

Please sign in to comment.