Skip to content

Commit

Permalink
Update me.qoomon.git-versioning 6.4.2 to 6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Nov 21, 2023
1 parent 5c4672b commit 6cda080
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 @@ -30,7 +30,7 @@ plugins {
id 'checkstyle'

// https://github.com/qoomon/gradle-git-versioning-plugin
id 'me.qoomon.git-versioning' version '6.4.2'
id 'me.qoomon.git-versioning' version '6.4.3'

id 'org.beryx.jlink' version '3.0.0'
id 'org.gradlex.extra-java-module-info' version '1.4.2'
Expand All @@ -45,7 +45,7 @@ gitVersioning.apply {
version = '${ref.version}'
}
branch('.+') {
version = '${describe.tag.version}-${describe.distance}-${commit.short}'
version = '${describe.tag.version}-${describe.distance}-g${commit.short}'
}
}

Expand Down

0 comments on commit 6cda080

Please sign in to comment.