1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-09-27 02:09:34 +02:00

Smack 4.1.0-alpha4

This commit is contained in:
Florian Schmaus 2014-10-18 01:42:06 +02:00
parent 17bb738e9e
commit 2172fb7126

View file

@ -17,7 +17,7 @@ allprojects {
ext { ext {
shortVersion = '4.1.0-alpha4' shortVersion = '4.1.0-alpha4'
isSnapshot = true isSnapshot = false
gitCommit = getGitCommit() gitCommit = getGitCommit()
javadocAllDir = new File(buildDir, 'javadoc') javadocAllDir = new File(buildDir, 'javadoc')
documentationDir = new File(buildDir, 'documentation') documentationDir = new File(buildDir, 'documentation')