Skip to content

Commit

Permalink
chore: update deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
mlorenz2 authored Nov 26, 2016
1 parent 770ebc5 commit a286710
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 1.02-Exercise-InstallGradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ much faster the second run is.
*/

task helloWorld << {
println "Hello, World!"
task helloWorld {
doLast{
println "Hello, World!"
}
}

/*
Expand Down

0 comments on commit a286710

Please sign in to comment.