Add orx version number print out at end of build
This commit is contained in:
@@ -280,4 +280,9 @@ subprojects {
|
||||
group = HelpTasksPlugin.HELP_GROUP
|
||||
description = "Displays all dependencies, including subprojects."
|
||||
}
|
||||
}
|
||||
|
||||
gradle.buildFinished {
|
||||
println("\n")
|
||||
println("orx = \"${version}\"")
|
||||
}
|
||||
Reference in New Issue
Block a user