We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This plugin doesn't support configuration cache. There are two problems for S3Sync:
Easy to fix by injecting ObjectFactory and using ObjectFactory.fileTree().from(dir)
ObjectFactory
ObjectFactory.fileTree().from(dir)
gradle-aws-plugin-reboot/src/main/java/jp/classmethod/aws/reboot/gradle/s3/SyncTask.java
Lines 131 to 138 in 072eedf
Harder to fix
Lines 112 to 113 in 072eedf
Not a big deal, very easy to just add --no-configuration-cache when doing an upload.
--no-configuration-cache
EDIT: P.S. Thanks for resurrecting this!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This plugin doesn't support configuration cache. There are two problems for S3Sync:
Easy to fix by injecting
ObjectFactory
and usingObjectFactory.fileTree().from(dir)
gradle-aws-plugin-reboot/src/main/java/jp/classmethod/aws/reboot/gradle/s3/SyncTask.java
Lines 131 to 138 in 072eedf
Harder to fix
gradle-aws-plugin-reboot/src/main/java/jp/classmethod/aws/reboot/gradle/s3/SyncTask.java
Lines 112 to 113 in 072eedf
Not a big deal, very easy to just add
--no-configuration-cache
when doing an upload.EDIT: P.S. Thanks for resurrecting this!
The text was updated successfully, but these errors were encountered: