-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
From version 18.0.6 and so on the NearestVersionLocator only read tags that use v as prefix, as you can see in this commit:
7d369f6
But the base plugin gradle-git allow users to extend the tagStrategy to define how the git tag will be created, through setting:
#build.gradle
release {
tagStrategy {
prefixNameWithV = false
}
}
or
#build.gradle
release {
tagStrategy {
toTagString = { version -> "${version}" }
}
}
Shouldn't it to be consider as a bug?
theborakompanioni and davidjlynn
Metadata
Metadata
Assignees
Labels
No labels