io.airbyte.gradle.docker Doesn't Exist, Blocking Local Build of Connectors #61389
-
When trying to build locally a connector the build fails as it cannot find the dependant JAR. Any ideas? master branch of airbyte repo cloned. ./gradlew :airbyte-integrations:connectors:source-mongodb-v2:build build.gradle |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I now see the POM points to https://airbyte.mycloudrepo.io/public/repositories/airbyte-public-jars/io/airbyte/gradle/gradle-plugins/0.63.0 which does have a JAR. In the end my company network blocked access to the repo URLs. |
Beta Was this translation helpful? Give feedback.
I now see the POM points to https://airbyte.mycloudrepo.io/public/repositories/airbyte-public-jars/io/airbyte/gradle/gradle-plugins/0.63.0 which does have a JAR.
In the end my company network blocked access to the repo URLs.