Skip to content

Commit

Permalink
Removed deprecated left-shift operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Mar 15, 2017
1 parent 163860c commit fa7a9f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Expand Up @@ -339,6 +339,8 @@ if (!isSnapshot) {
}

// helps external scripts detect version
task printVersion << {
println version
task printVersion {
doLast {
println version
}
}

0 comments on commit fa7a9f8

Please sign in to comment.