Slightly modify the version string (still a date representation)
This commit is contained in:
parent
3a9c14898b
commit
ed56cf72f7
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue