mirror of
https://github.com/zaaarf/lillero-mapping-writer.git
synced 2024-11-24 16:34:55 +01:00
fix: use gitversion properly
This commit is contained in:
parent
9dc366f07f
commit
81ec0e4140
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ plugins {
|
|||
}
|
||||
|
||||
archivesBaseName = 'mapping-writer'
|
||||
version = gitVersion().split('-').getAt(0).replace('dirty', '')
|
||||
version = versionDetails().lastTag
|
||||
|
||||
java {
|
||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
|
||||
|
|
Loading…
Reference in a new issue