mirror of
https://github.com/zaaarf/lillero-mapper.git
synced 2024-11-22 04:44:48 +01:00
fix: use gitversion properly
This commit is contained in:
parent
d313ffbdb7
commit
9816a595b3
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
archivesBaseName = 'mapper'
|
archivesBaseName = 'mapper'
|
||||||
version = gitVersion().split('-').getAt(0).replace('dirty', '')
|
version = versionDetails().lastTag
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
Loading…
Reference in a new issue