Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f869752

Browse files
author
ebartkus
committed
use gitVersion() to define version in gradle
1 parent 6250ebe commit f869752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description = "kafka-connect-dynamodb"
2222

2323
allprojects {
2424
group "com.trustpilot.kafka.connect.dynamodb"
25-
version = versionDetails().lastTag.replaceAll(/^v/,'')
25+
version = gitVersion()
2626

2727
repositories {
2828
jcenter()

0 commit comments

Comments
 (0)