We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e0587 commit b72690dCopy full SHA for b72690d
plugin/src/main/groovy/top/niunaijun/blackobfuscator/ObfPlugin.groovy
@@ -96,7 +96,6 @@ public class ObfPlugin implements Plugin<Project> {
96
private void addTask(String name, List<Task> tasks) {
97
try {
98
//Protected code
99
- println("task $name")
100
Task task = mProject.tasks.getByName(name)
101
if (!tasks.contains(task)) {
102
tasks.add(task)
0 commit comments