v79
08/10/2021, 7:30 PMdeploy
or plan
tasks fail with the error:
Execution failed for task ':initialize'.
> Command failed: 'D:\Development\Experiments\Kotless\KotlessTestBeta\build\kotless-bin\terraform '
* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':initialize'.
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:188)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$$Lambda$481/0x0000000000000000.accept(Unknown Source)
In my build folder there is no folder called kotless-bin\terraform
.v79
08/11/2021, 6:27 AMterraform
is downloaded to the build\kotless-bin\ folder.v79
08/11/2021, 6:29 AMv79
08/13/2021, 7:34 AMv79
08/13/2021, 7:41 AMv79
08/14/2021, 8:00 AMTanVD
08/16/2021, 6:38 AMv79
08/16/2021, 6:55 AMgradlew clean
in case I can't get the terraform download to work again.v79
08/16/2021, 6:56 AM