From d7eb1fce89c26889295c422818c1b6ec5daae178 Mon Sep 17 00:00:00 2001 From: cfig Date: Mon, 15 May 2017 14:44:41 +0800 Subject: [PATCH] supress several Java compile warnings --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9ccd272..7c15569 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ model { subprojects { tasks.withType(JavaCompile) { - options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" + //options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" } }