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