Fixing version from commandline
This commit is contained in:
parent
4cbbabd0e1
commit
5b8b69e7ef
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ dependencies {
|
|||
}
|
||||
|
||||
group = 'se.koc'
|
||||
version = '1.0.0-SNAPSHOT'
|
||||
version = project.hasProperty('version') ? project.property('version') : '1.0.0-SNAPSHOT'
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue