mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Smack 4.1.0-alpha6-SNAPSHOT
This commit is contained in:
parent
aecb3cc861
commit
775477dcc7
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ allprojects {
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '4.1.0-alpha5'
|
shortVersion = '4.1.0-alpha6'
|
||||||
isSnapshot = false
|
isSnapshot = true
|
||||||
gitCommit = getGitCommit()
|
gitCommit = getGitCommit()
|
||||||
javadocAllDir = new File(buildDir, 'javadoc')
|
javadocAllDir = new File(buildDir, 'javadoc')
|
||||||
documentationDir = new File(buildDir, 'documentation')
|
documentationDir = new File(buildDir, 'documentation')
|
||||||
|
|
Loading…
Reference in a new issue