Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Feb 10, 2018
1 parent 1676022 commit 71aa414
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib-artifacts.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
// }
//}
}

0 comments on commit 71aa414

Please sign in to comment.