mirror of
https://github.com/zaaarf/geb-processor.git
synced 2024-11-22 10:24:49 +01:00
fix: version bump + fix gitversion
This commit is contained in:
parent
ee55975f5d
commit
d6c1976261
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
archivesBaseName = 'processor'
|
archivesBaseName = 'processor'
|
||||||
version = gitVersion().split('-').getAt(0).replace('dirty', '')
|
version = versionDetails().lastTag
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
@ -25,6 +25,6 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'ftbsc:geb:0.2.0'
|
implementation 'ftbsc:geb:0.3.0'
|
||||||
implementation 'com.squareup:javapoet:1.13.0'
|
implementation 'com.squareup:javapoet:1.13.0'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue