diff --git a/build.gradle b/build.gradle index 833e13d686ef919bc3ef249c7698e2b9de9c77a5..dfa413b06f16fccddc3fc43497d84ef5cf2a5dee 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ apply plugin: 'cpd' tasks.cpd { source = sourceSets.main.allJava - reports.xml.destination = file('build/reports/cpd/cpd.xml') + reports.xml.destination = file('build/reports/cpd/main.xml') } apply plugin: 'checkstyle'