mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 12:12:06 +01:00
Add version.gradle
This commit is contained in:
parent
a848437284
commit
a15245eb22
2 changed files with 8 additions and 2 deletions
|
@ -11,13 +11,13 @@ buildscript {
|
|||
}
|
||||
apply plugin: 'org.kordamp.gradle.markdown'
|
||||
|
||||
apply from: 'version.gradle'
|
||||
|
||||
allprojects {
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
ext {
|
||||
shortVersion = '4.0.6'
|
||||
isSnapshot = true
|
||||
gitCommit = getGitCommit()
|
||||
javadocAllDir = new File(buildDir, 'javadoc')
|
||||
documentationDir = new File(buildDir, 'documentation')
|
||||
|
|
6
version.gradle
Normal file
6
version.gradle
Normal file
|
@ -0,0 +1,6 @@
|
|||
allprojects {
|
||||
ext {
|
||||
shortVersion = '4.0.6'
|
||||
isSnapshot = true
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue