Skip to content

Commit b72690d

Browse files
committed
support buildType
1 parent e1e0587 commit b72690d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/src/main/groovy/top/niunaijun/blackobfuscator/ObfPlugin.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public class ObfPlugin implements Plugin<Project> {
9696
private void addTask(String name, List<Task> tasks) {
9797
try {
9898
//Protected code
99-
println("task $name")
10099
Task task = mProject.tasks.getByName(name)
101100
if (!tasks.contains(task)) {
102101
tasks.add(task)

0 commit comments

Comments
 (0)