Open karmazyn opened 9 years ago
A workaround is to add the directory with the jet3st.properties file to the classpath in the gradle build script:
dependencies {
classpath 'com.monochromeroad.gradle-plugins:gradle-aws-s3-sync:0.10',
files('gradle')
}
Problem is that it is read once from file system an once from classpath. In the example "gradle" is the directory with the jet3st.properties file.
Setting proxy in config file does not work. JetS3tProperties class is read after the connection is configured in RestS3Service. Service reads jets3t.properties file hardcoded in source code instead of provided config.
my proxy configuration: