Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Kotlin DSL #288

Open
pun-ky opened this issue Feb 13, 2019 · 3 comments
Open

Support for Kotlin DSL #288

pun-ky opened this issue Feb 13, 2019 · 3 comments
Assignees
Projects

Comments

@pun-ky
Copy link

pun-ky commented Feb 13, 2019

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: #281 (comment)

please refactor plugin / make it elegantly supporting Kotlin DSL

@thorstenschmid
Copy link

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?

@rnc
Copy link

rnc commented Dec 1, 2021

@thorstenschmid There are workarounds on #281

@albertocavalcante
Copy link

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

@Hillkorn Hillkorn self-assigned this May 30, 2022
Hillkorn added a commit that referenced this issue Jun 1, 2022
* feat: upgrade wrapper to 6.9.2

* Upgraded to gradle 6 and refactored tests to use the gradleTestKit. ReleaseExtension uses Properties now.

* feat: replaced travis ci with github workflow to run tests

* feat: Replaced dynamic property handling in grovvy with fields #353 #288 #281

* feat: GitAdapter and SvnAdapter configs are now of type gradle property and have input annotations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
3.0
Awaiting triage
Development

No branches or pull requests

5 participants