Skip to content

Commit 3314c18

Browse files
committed
Update ObfPlugin.groovy
1 parent 25f799e commit 3314c18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ public class ObfPlugin implements Plugin<Project> {
118118
private void addTask(String name, List<Task> tasks) {
119119
try {
120120
//Protected code
121+
println("task $name")
121122
Task task = mProject.tasks.getByName(name)
122123
if (!tasks.contains(task)) {
123124
tasks.add(task)

0 commit comments

Comments
 (0)