Abhijit Sarkar
Abhijit Sarkar
+1 to @realdadfish's comment. Kotlin is the preferred language with Gradle now. Speaking of which, are there any examples of configuring the plugin using Kotlin DSL?
Seems to me a useful task to have. I think release does some of it, but not quite. If implemented, release could use it as well. Would you consider this...
@jimirocks > This can't be in allprojects {} I found that too, but why can't it be in `allprojects` instead of having to separate parent and subprojects? Parent versioning is...
What I meant is to fail the build if the Git repo has tags we don't wanna see. Like a tag ending in SNAPSHOT. I'm asking what'd be a good...
Perhaps it would be better to split this plugin into two, one that determines version, and one that does release. That way, each can be migrated to Kotlin without having...
@kboom I'm also looking for Kotlin DSL usage. Would you be willing to post some code snippets without divulging proprietary code?
@vladimirfx I'm looking for the following: 1. If on a `release/.*` branch, find the last tag matching `release/.*` and add the commit distance with the patch version. commit distance is...
> this distance may vary depending on path you go between commits. It's basically ``` git log 375a1..58b20 --pretty=oneline | wc -l ```
@bamboo Is there any documentation with examples showing how to use the new APIs to solve the problem this ticket was for?
@ingokegel I've read that already, but it's so severely constricted it seems to be written for Twitter in mind. I know no more after reading it than I knew before....