classmethod / gradle-aws-plugin

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

publish parameter doesn't work as expected #117

Open angryTit opened 7 years ago

angryTit commented 7 years ago

Hello guys, as I can see from the code https://github.com/classmethod/gradle-aws-plugin/blob/develop/src/main/java/jp/classmethod/aws/gradle/lambda/AWSLambdaMigrateFunctionTask.java#L174 you publish new version only first time when function was created and skip it during updating... I think it's a bug