Skip to content
Snippets Groups Projects
Commit c2531c48 authored by René Schöne's avatar René Schöne
Browse files

Version 0.2.5

parent b6992f11
No related branches found
No related tags found
No related merge requests found
Pipeline #8635 passed
...@@ -46,6 +46,12 @@ try { ...@@ -46,6 +46,12 @@ try {
throw new GradleException("File ${versionFile} not found or unreadable. Aborting.", e) throw new GradleException("File ${versionFile} not found or unreadable. Aborting.", e)
} }
task printVersion() {
doLast {
println(version)
}
}
task newVersion() { task newVersion() {
doFirst { doFirst {
def props = new Properties() def props = new Properties()
......
#Fri Jan 15 11:45:51 CET 2021 #Tue Jan 19 12:08:02 CET 2021
version=0.2.4 version=0.2.5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment