Skip to content

Commit

Permalink
FINERACT-1874: Minor fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
vidakovic committed Jan 17, 2024
1 parent 1148f5f commit ef46556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ gitVersioning.apply {
describeTagPattern = '.*(\\d+\\.\\d+\\.\\d+).*'
describeTagFirstParent = false

branch("\\d+\\.\\d+\\.\\d+") {
branch("release\\/\\d+\\.\\d+\\.\\d+") {
version = '${describe.tag.version.major}.${describe.tag.version.minor}.${describe.tag.version.patch}'
}
branch("maintenance\\/\\d+\\.\\d+") {
Expand Down

0 comments on commit ef46556

Please sign in to comment.