Dear Team. I have tried to build `source-file` con...
# contributing-to-airbyte
a
Dear Team. I have tried to build
source-file
connector, but failed in
:airbyte-integrations:bases:airbyte-protocol:generateProtocolClassFiles
. Here is what I get when run it separately:
./gradlew :airbyte-integrations:bases:airbyte-protocol:generateProtocolClassFiles --info
Copy code
> Task :airbyte-integrations:bases:airbyte-protocol:generateProtocolClassFiles FAILED
Caching disabled for task ':airbyte-integrations:bases:airbyte-protocol:generateProtocolClassFiles' because:
  Caching has not been enabled for the task
Task ':airbyte-integrations:bases:airbyte-protocol:generateProtocolClassFiles' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Starting process 'command 'bin/generate-protocol-files.sh''. Working directory: /projects/airbyte/airbyte-integrations/bases/airbyte-protocol Command: bin/generate-protocol-files.sh 
Successfully started process 'command 'bin/generate-protocol-files.sh''
Invalid file format
:airbyte-integrations:bases:airbyte-protocol:generateProtocolClassFiles (Thread[Execution worker for ':',5,main]) completed. Took 1.086 secs.
u
filing line in bash is:
Copy code
+ docker run --user 6120:1001 -v /projects/airbyte:/airbyte airbyte/code-generator:dev --input /airbyte/airbyte-protocol/models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml --output /airbyte/airbyte-integrations/bases/airbyte-protocol/airbyte_protocol/models/airbyte_protocol.py --disable-timestamp