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