I am running into an issue with compiling a connec...
# help-connector-development
j
I am running into an issue with compiling a connector I have not even changed 😄 How do I avoid that?
m
What gradlew commadn are you using?
j
I was trying to get rid of all the tests and linters since they fail and take a long time to complete:
./gradlew -max-workers 2 assemble -x ':spotlessStyling' -x ':airbyte-cdk:python:_unitTestCoverage' -x jacocoTestCoverageVerification -x jacocoTestReport -x spotbugsTest -x spotbugsTestFixtures -x check -x test -x flakeCheck -x flakeReport
Even if I straight out
./gradlew -max-workers 2 build
on a clean main branch I run into issues:
image.png