From 71aa4145d96a9812fcc5534edf3e7c76b1f34358 Mon Sep 17 00:00:00 2001 From: jahirfiquitiva Date: Fri, 9 Feb 2018 21:12:07 -0500 Subject: [PATCH] Update script --- lib-artifacts.gradle | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib-artifacts.gradle b/lib-artifacts.gradle index 5f6182ead..244ee270b 100644 --- a/lib-artifacts.gradle +++ b/lib-artifacts.gradle @@ -47,10 +47,4 @@ android.libraryVariants.all { variant -> task.dependsOn variant.javaCompile task.from variant.javaCompile.destinationDir artifacts.add('archives', task); -} - -//gradle.projectsEvaluated { -// tasks.withType(JavaCompile) { -// options.compilerArgs << "-Xbootclasspath/a:" + System.properties.get("java.home") + "/lib/rt.jar" -// } -//} \ No newline at end of file +} \ No newline at end of file