classmethod / gradle-aws-plugin

Gradle plugin to manage Amazon Web Services
276 stars 131 forks source link

add empty constructor to S3File #156

Closed azihsoyn closed 5 years ago

azihsoyn commented 5 years ago

Hi! This plugin is very useful!

I found s3File have no empty constructor like RoutingConfig (https://github.com/classmethod/gradle-aws-plugin/blob/develop/src/main/java/jp/classmethod/aws/gradle/lambda/RoutingConfig.java#L66).

Please review 😄

dai0304 commented 5 years ago

Thanks. Please fix styling issue.

$ ./gradlew spotlessApply
$ git commit ...
$ git push