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 25f799e commit 3314c18Copy full SHA for 3314c18
plugin/src/main/groovy/top/niunaijun/blackobfuscator/ObfPlugin.groovy
@@ -118,6 +118,7 @@ public class ObfPlugin implements Plugin<Project> {
118
private void addTask(String name, List<Task> tasks) {
119
try {
120
//Protected code
121
+ println("task $name")
122
Task task = mProject.tasks.getByName(name)
123
if (!tasks.contains(task)) {
124
tasks.add(task)
0 commit comments