:gradle-aws-plugin [develop]$ gradle test
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/kazuakiurayama/github/gradle-aws-plugin/build.gradle' line: 37
* What went wrong:
A problem occurred evaluating root project 'gradle-aws-plugin'.
> Failed to apply plugin [id 'cpd']
> Could not create task ':cpdCheck'.
> Could not create task of type 'Cpd'.
> Could not create an instance of type de.aaschmid.gradle.plugins.cpd.internal.CpdReportsImpl.
> org.gradle.api.reporting.internal.TaskReportContainer.<init>(Ljava/lang/Class;Lorg/gradle/api/Task;)V
I used Gradle 6.0.1
When I tried to test the project, I got error