Hello i want to test some changes to one connector...
# contributing-to-airbyte
á
Hello i want to test some changes to one connector i have built the image for destination-s3 locally with ./gradlew airbyte integrationsconnectorsdestination s3build the image is all right on my docker image list. but when i want to change the version on the webapp ui to dev, i get the error on the image below can anybody help me change the image airbyte uses for this connector?
problem solved, the issue was in javabase.sh in base-java image, it was in CRLF endline config
changing to LF and rebuilding airbyte/integration-base-java:dev and airbyte/destination-s3:dev solved the problem