Skip to content

Commit fe73d01

Browse files
Remove outputVersion task from build.gradle.kts
Removed the 'outputVersion' task from the build script.
1 parent 01e91f4 commit fe73d01

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,3 @@ allprojects {
1111
version = property("maven_version")!!
1212
description = "Best queue plugin out there!"
1313
}
14-
15-
tasks.register("outputVersion") {
16-
doLast {
17-
println(project.version)
18-
}
19-
}

0 commit comments

Comments
 (0)