diff build.gradle @ 549:e68154211286

debug
author e165729 <e165729@ie.u-ryukyu.ac.jp>
date Sat, 04 Jan 2020 17:34:01 +0900
parents 54dacb011114
children ff4c1972aa2e
line wrap: on
line diff
--- a/build.gradle	Tue Dec 24 19:14:43 2019 +0900
+++ b/build.gradle	Sat Jan 04 17:34:01 2020 +0900
@@ -152,10 +152,10 @@
 mainClassName = 'com.glavsoft.viewer.TreeViewer'
 applicationName = 'TreeVNC'
 
-allprojects {
-    gradle.projectsEvaluated {
-        tasks.withType(JavaCompile) {
-            options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
-        }
-    }
-}
\ No newline at end of file
+//allprojects {
+//    gradle.projectsEvaluated {
+//        tasks.withType(JavaCompile) {
+//            options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
+//        }
+//    }
+//}
\ No newline at end of file