Maikel Penz
06/12/2022, 3:20 AMSUB_BUILD=PLATFORM ./gradlew build
I get
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':spotlessJava'.
> java.lang.reflect.InvocationTargetException
This is happening even on master for me. Any help is appreciatedMaikel Penz
06/12/2022, 3:24 AM> Task :spotlessJava FAILED
Step 'removeUnusedImports' found problem in 'airbyte-analytics/src/main/java/io/airbyte/analytics/SegmentTrackingClient.java':
null
java.lang.reflect.InvocationTargetException....
Maikel Penz
06/14/2022, 1:24 AMAugustin Lafanechere (Airbyte)
06/14/2022, 1:44 PMMaikel Penz
06/14/2022, 8:09 PMSUB_BUILD=PLATFORM ./gradlew clean build
VERSION=dev docker-compose up -V
Marcos Marx (Airbyte)
06/14/2022, 8:11 PM./gradlew airbyte-integrations…:your-connector:build
which will build your your-connector:devMarcos Marx (Airbyte)
06/14/2022, 8:11 PMMarcos Marx (Airbyte)
06/14/2022, 8:11 PMMaikel Penz
06/14/2022, 8:12 PMMarcos Marx (Airbyte)
06/14/2022, 8:12 PMMarcos Marx (Airbyte)
06/14/2022, 8:12 PMMaikel Penz
06/14/2022, 8:18 PM./gradlew :airbyte-integrations:connectors:source-azure-table:build
The application I have up and running is the one that pulls images from dockerhub (docker-compose up
) When I build it should the build create a new image/container tagged as dev?
wondering because I can’t see it by running docker image ls
Marcos Marx (Airbyte)
06/14/2022, 8:20 PMMarcos Marx (Airbyte)
06/14/2022, 8:20 PMMaikel Penz
06/14/2022, 8:21 PMMaikel Penz
06/14/2022, 8:28 PMREPOSITORY TAG IMAGE ID CREATED SIZE
airbyte/source-azure-table dev 9a1f3ae8f0a0 37 seconds ago 115MB
Now I’ll docker-compose up
and see if I can update the connector to point to my containerMaikel Penz
06/14/2022, 8:35 PMMaikel Penz
06/14/2022, 8:35 PM