AlecKazakova / kotlin-native-cocoapods

A Gradle plugin for configuring Kotlin/Native with Cocoapods
Apache License 2.0
128 stars 11 forks source link

Allow configuration of gradle wrapper used by Podspec through task config #20

Closed AndreasMattsson closed 5 years ago

AndreasMattsson commented 5 years ago

wrapperExecutableName is useful for example if you have gradlew in a different directory (e.g. ../gradlew), or in my case I also use a intermediate task that downloads and uses the Zulu OpenJDK if no JDK found before passing execution to gradlew.

wrapperAdditionalArgs also comes in handy (e.g. for my CI I logs want to add --console=plain).

AlecKazakova commented 5 years ago

:+1: makes sense to me