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
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
The text was updated successfully, but these errors were encountered:
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?
* 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
currently it is not possible to configure
git { }
section insiderelease {}
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
The text was updated successfully, but these errors were encountered: