From 05f0f066e4d50925a175cece64fc89bd801f24fb Mon Sep 17 00:00:00 2001
From: Nils Christian Ehmke <nie@informatik.uni-kiel.de>
Date: Fri, 6 Feb 2015 14:41:34 +0100
Subject: [PATCH] Minor fix

---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 833e13d6..dfa413b0 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'
-- 
GitLab