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

Smack 4.0.5

This commit is contained in:
Florian Schmaus 2014-10-22 22:11:07 +02:00
parent 674df78741
commit 04446e54db
2 changed files with 12 additions and 1 deletions

View file

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