diff --git a/.classpath b/.classpath index 8b3d57e..4857be4 100644 --- a/.classpath +++ b/.classpath @@ -6,26 +6,6 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/build.gradle b/build.gradle index c86fcc6..da03bb1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,11 @@ apply plugin: 'java' apply plugin: 'eclipse' +tasks.withType(JavaCompile) { + options.encoding = 'UTF-8' + options.compilerArgs << "-Xlint:deprecation" +} + eclipse { classpath { downloadJavadoc = true