Skip to content

Commit 3605bd9

Browse files
authored
[plugin] update Gradle plugin extension to use Actions (ExpediaGroup#901)
* [plugin] update Gradle plugin extension to use Actions Originally extension was using Kotlin lambdas for some configuration which worked fine when used from Kotlin script (`build.gralde.kts`) but it could not be easily used from Groovy scripts (`build.gradle`). By changing from lambda with a receiver to a Groovy Action the resulting code will be translated using SAM conversion that makes it possible to configure the extension using Kotlin lambda or Groovy closure. Resolves: ExpediaGroup#893 * fix ktlint violations
1 parent 8cf8243 commit 3605bd9

File tree

7 files changed

+579
-74
lines changed

7 files changed

+579
-74
lines changed

0 commit comments

Comments
 (0)