Skip to content

Commit 4f4978c

Browse files
tasks.register
1 parent 57c53e3 commit 4f4978c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,8 @@ tasks.withType(Javadoc){
149149
options.encoding = 'UTF-8'
150150
}
151151

152-
task printVersion {
152+
tasks.register("printVersion") {
153153
doLast {
154154
println project.version
155155
}
156156
}
157-

0 commit comments

Comments
 (0)