Skip to content

Commit

Permalink
support buildType
Browse files Browse the repository at this point in the history
  • Loading branch information
nnjun committed Jan 11, 2022
1 parent e1e0587 commit b72690d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public class ObfPlugin implements Plugin<Project> {
private void addTask(String name, List<Task> tasks) {
try {
//Protected code
println("task $name")
Task task = mProject.tasks.getByName(name)
if (!tasks.contains(task)) {
tasks.add(task)
Expand Down

0 comments on commit b72690d

Please sign in to comment.