gradle-aws-plugin
gradle-aws-plugin copied to clipboard
Support uploading JAR to S3/Beanstalk
trafficstars
Right now, awsEbUploadBundle is skipped if that WAR plugin is not available in the project. Currently, I wish to deploy a zip file containing a "fat jar," which contains Spring Boot, its embedded Tomcat, and all of its dependencies.
Is there a way to call AmazonS3FileUploadTask where the file is a fat JAR?
+1