Skip to content

Commit fa7a9f8

Browse files
committed
Removed deprecated left-shift operator.
1 parent 163860c commit fa7a9f8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ if (!isSnapshot) {
339339
}
340340

341341
// helps external scripts detect version
342-
task printVersion << {
343-
println version
342+
task printVersion {
343+
doLast {
344+
println version
345+
}
344346
}

0 commit comments

Comments
 (0)