I have the following configuration:
autoGitTag {
enabled = true
annotated = true
tag = "$version"
message = "Released $version"
}
However when I run ./kobaltw assemble uploadBintray the git tagging step gives me the following error that I cannot understand:
Tag on repository without HEAD currently not supported
I've cloned the project from github as I do with all other projects so nothing special there. I also run the command from the root of the project and everything is in sync with the remote repository so I don't really understand why I get this error.