mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-01-08 19:07:59 +01:00
7 lines
78 B
Groovy
7 lines
78 B
Groovy
|
allprojects {
|
||
|
ext {
|
||
|
shortVersion = '4.1.0-alpha6'
|
||
|
isSnapshot = true
|
||
|
}
|
||
|
}
|