Skip to content

Commit

Permalink
fix: use gitversion properly
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaarf committed May 31, 2024
1 parent baf61fb commit 755a8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

archivesBaseName = 'geb'
version = gitVersion().split('-').getAt(0).replace('dirty', '')
version = versionDetails().lastTag

java {
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -14,4 +14,4 @@ java {

repositories {
mavenCentral()
}
}

0 comments on commit 755a8e3

Please sign in to comment.