I think the main problem is: ```Internationalizat...
# oss-master-build-failure
e
I think the main problem is:
Copy code
Internationalization Warnings
Code	Warning
Dm	Found reliance on default encoding in io.airbyte.integrations.util.PostgresSslConnectionUtils.readFile(File): new java.io.FileReader(File)
Details
DM_DEFAULT_ENCODING: Reliance on default encoding
Found a call to a method which will perform a byte to String (or String to byte) conversion, and will assume that the default platform encoding is suitable. This will cause the application behaviour to vary between platforms. Use an alternative API and specify a charset name or Charset object explicitly.