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