mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 12:12:06 +01:00
Smack 4.0.0
This commit is contained in:
parent
91fa7a8219
commit
120be69a30
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ allprojects {
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '4.0.0-rc3'
|
shortVersion = '4.0.0'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
gitCommit = getGitCommit()
|
gitCommit = getGitCommit()
|
||||||
javadocAllDir = new File(buildDir, 'javadoc')
|
javadocAllDir = new File(buildDir, 'javadoc')
|
||||||
documentationDir = new File(projectDir, 'documentation')
|
documentationDir = new File(projectDir, 'documentation')
|
||||||
|
|
Loading…
Reference in a new issue