[Solved] AWS Dev env setup with Gradle

The = operator invokes the set<Field> method in Groovy. This is the reason why the classpath of the runDynamoDB task only contains a single file. You should use the classpath(Object… paths) which appends to the classpath: Change the line to the following example to add the file to the default classpath: classpath files(…) // without … Read more