From 404aee4af77a339674acfb9c56f577d295055c4d Mon Sep 17 00:00:00 2001 From: zhl Date: Mon, 6 Feb 2023 16:03:55 +0800 Subject: [PATCH] update sth --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index 62abb17..b34b8c7 100644 --- a/build.gradle +++ b/build.gradle @@ -23,6 +23,9 @@ allprojects { dirs "${project(':unityLibrary').projectDir}/libs","libs" } } +// tasks.withType(JavaCompile) { +// options.compilerArgs << "-Xlint:unchecked" +// } } task clean(type: Delete) {