Skip to content

Commit 3ce7463

Browse files
committed
[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
1 parent 78debb2 commit 3ce7463

File tree

7 files changed

+580
-74
lines changed

7 files changed

+580
-74
lines changed

0 commit comments

Comments
 (0)