Slightly modify the version string (still a date representation)

This commit is contained in:
Tobi Schäfer 2024-06-15 12:37:16 +02:00
parent 3a9c14898b
commit ed56cf72f7
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -25,7 +25,7 @@ allprojects {
}
}
version = new Date().format("yyyyMMdd")
version = new Date().format("yy.M.d")
tasks.build.dependsOn javadoc, 'jsdoc', 'generateLicenseReport'
tasks.compileJava.dependsOn 'processSource'