Hello. I am interested in running the generateApi...
# contributing-to-airbyte
d
Hello. I am interested in running the generateApiClient task in airbyte-api/build.gradle so I can have a java client to use in our application. When I do so, it builds the entire project and it cannot succeed since I am not running with sudo (I would prefer not to) and it can't access my .docker/config.json file when applying the 'airbyte-docker' plugin. I am wondering why I need to build the 'airbyte-docker' plugin simply to get the generated api client. Is there another way to build what I need, or should I be running as root? Thanks in advance.