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