classmethod / gradle-aws-plugin

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

Gradle 5.x compatibility #168

Open jberkel opened 5 years ago

jberkel commented 5 years ago

Gradle has added task-level timeouts in 5.x (https://github.com/gradle/gradle/pull/6643)

It looks like this conflicts with getTimeout() on AWSLambdaMigrateFunctionTask. The accessors are generated on runtime and will simply be skipped if already present.