Skip to content

Commit

Permalink
Merge pull request #54 from mlorenz2/patch-1
Browse files Browse the repository at this point in the history
chore: update deprecation
  • Loading branch information
Jeremy Silver authored Nov 28, 2016
2 parents 770ebc5 + a286710 commit a1aac1d
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 a1aac1d

Please sign in to comment.