mirror of
https://github.com/zaaarf/lillero-mapping-writer.git
synced 2024-11-13 01:59:21 +01:00
fix: use gitversion properly
This commit is contained in:
parent
9dc366f07f
commit
81ec0e4140
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'com.palantir.git-version' version '0.13.0'
|
||||
id 'java'
|
||||
id 'com.palantir.git-version' version '0.13.0'
|
||||
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
||||
}
|
||||
|
||||
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