mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 02:39:42 +02:00
6 lines
78 B
Groovy
6 lines
78 B
Groovy
allprojects {
|
|
ext {
|
|
shortVersion = '4.1.0-alpha7'
|
|
isSnapshot = true
|
|
}
|
|
}
|