You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it looks like changes to the branching rules are not picked up by Gradle's up-to-date checks. Probably because you tagged the rules container in DetermineGitVersion as @Internal instead of @Input.
The text was updated successfully, but these errors were encountered:
I just started to experiment with the plugin, and started with the following block:
Running
./gradlew showGitVersion
on branchrelease/v1.2.3
:Note the duplicate
--
, due to my inserting it into the prereleaseTag manually.I then removed that additional
-
, and reranshowGitVersion
:Browsing through your sources, I saw something about a cache, and ran
./gradlew cleanDetermineGitVersion showGitVersion
:So it looks like changes to the branching rules are not picked up by Gradle's up-to-date checks. Probably because you tagged the rules container in
DetermineGitVersion
as@Internal
instead of@Input
.The text was updated successfully, but these errors were encountered: