diff --git a/mapcache/build.gradle b/mapcache/build.gradle index ec70ea04..bb85176c 100644 --- a/mapcache/build.gradle +++ b/mapcache/build.gradle @@ -11,11 +11,12 @@ android { targetCompatibility JavaVersion.VERSION_11 } - allprojects { - tasks.withType(JavaCompile) { - options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" - } - } + // Verbose logging for debug +// allprojects { +// tasks.withType(JavaCompile) { +// options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" +// } +// } defaultConfig { applicationId "mil.nga.mapcache" resValue "string", "applicationId", applicationId