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