mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-16 01:02:06 +01:00
6 lines
71 B
Groovy
6 lines
71 B
Groovy
allprojects {
|
|
ext {
|
|
shortVersion = '4.0.7'
|
|
isSnapshot = true
|
|
}
|
|
}
|