gradle-aws-plugin icon indicating copy to clipboard operation
gradle-aws-plugin copied to clipboard

Gradle 5.x compatibility

Open jberkel opened this issue 6 years ago • 0 comments
trafficstars

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.

jberkel avatar Jan 22 '19 10:01 jberkel