Open indrih17 opened 1 day ago
Thanks for the report @indrih17, we'll take a look at this. In the meantime I think you should be able to unblock yourself by specifying a gradle wrapper path in your figma config, like so:
// figma.config.json (at project root)
{
"codeConnect": {
"gradleWrapperPath": ".."
}
}
Figma Connect plugin not working on Windows 11 due to trying to use macos command
Error calling parser: Error: Command failed: find . -maxdepth 1 -name gradlew FIND: Parameter format not correct
This command cannot work on Windows. Is there any plan to support Windows?