diff --git a/common.gradle b/common.gradle index 946b9f18c..3a25087cf 100755 --- a/common.gradle +++ b/common.gradle @@ -17,7 +17,6 @@ */ apply plugin: 'java' apply plugin: 'maven' -apply plugin: 'findbugs' //sourceCompatibility = '1.7' [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' @@ -78,4 +77,4 @@ task makeExecutable(dependsOn: jar) << { fos.write(bytes, 0, read); is.close() fos.close() -} \ No newline at end of file +}