fix: version bump + fix gitversion

This commit is contained in:
zaaarf 2024-06-01 01:46:27 +02:00
parent ee55975f5d
commit d6c1976261
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B

View file

@ -4,7 +4,7 @@ plugins {
}
archivesBaseName = 'processor'
version = gitVersion().split('-').getAt(0).replace('dirty', '')
version = versionDetails().lastTag
java {
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
@ -25,6 +25,6 @@ repositories {
}
dependencies {
implementation 'ftbsc:geb:0.2.0'
implementation 'ftbsc:geb:0.3.0'
implementation 'com.squareup:javapoet:1.13.0'
}