I’ve generated a Java Destination template, but cannot build it. I’m getting the following error:
Build file '/Users/home/airbyte/airbyte-integrations/connectors/destination-google-sheets/build.gradle' line: 2
An exception occurred applying plugin request [id: 'airbyte-python']
> Failed to apply plugin 'airbyte-python'.
> A problem occurred configuring project ':airbyte-integrations:connectors:destination-idestination'.
> A problem occurred evaluating project ':airbyte-integrations:connectors:destination-idestination'.
> Project with path ':airbyte-config:models' could not be found in project ':airbyte-integrations:connectors:destination-idestination'.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
Also, IntelliJ Idea is not recognizing it as a project. Before generating the template I was able to build the whole project, but after Java Destination generation I cannot build anything, getting the same error above.
What can be the problem? How can I build it successfully?