gradle-release icon indicating copy to clipboard operation
gradle-release copied to clipboard

Support for Kotlin DSL

Open pun-ky opened this issue 6 years ago • 3 comments

currently it is not possible to configure git { } section inside release {} because plugin internally is using missing method / groovy specific utilities. as a workaround it is needed to do that: https://github.com/researchgate/gradle-release/issues/281#issuecomment-463167675

please refactor plugin / make it elegantly supporting Kotlin DSL

pun-ky avatar Feb 13 '19 11:02 pun-ky

Is the git { } configuration option inside release { } available for the Kotlin DSL in the meantime? With version 2.8.1 of the gradle-release plugin it still does not work on my machine. Could you please enable this feature for Kotlin?

thorstenschmid avatar Sep 06 '21 08:09 thorstenschmid

@thorstenschmid There are workarounds on #281

rnc avatar Dec 01 '21 12:12 rnc

It would be nice not to depend on workarounds. It this planned to be supported?

albertocavalcante avatar Jan 05 '22 20:01 albertocavalcante