1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Smack 4.0.3

This commit is contained in:
Florian Schmaus 2014-08-16 00:18:54 +02:00
parent 344148eaed
commit 3743236710
2 changed files with 25 additions and 1 deletions

View file

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