Closed abouquet closed 4 years ago
Hi @abouquet , thank you for using our gradle plugin, I looked your project and had no idea of solving the configuration issue which is related to gradle.kts, I am not familiar with kotlin, sorry. If you solve this problem out, I can put your sample configuration in github wiki page.
Thanks for your answer !
I'm still learning Kotlin and indeed it's maybe related to the way we have to set nested properties in .kts gradle files. I've been struggling with it for several hours and can't spend more time on it atm.
I think for a workaround, I will stick to a groovy build.gradle
and came back after if I find a good solution.
Close this issue since no action is needed.
I would like to configure this plugin in a Kotlin DSL way.
It seems the proper way is doing this
But when I'm trying to run
azureFunctionsRun
gradle task, I get the following errorGot the same with
runtime.os
authentication.type
anddeployment.type
Can anyone point me the right way to configure it in kts ?
Sample project : azure-function-kts-issue-68.zip
Thanks