Skip to content

Commit 1749738

Browse files
author
mrzhang
committed
compatible with tinker
1 parent 19a67b8 commit 1749738

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-gradle/src/main/groovy/com.dd.buildgradle/ComBuild.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class ComBuild implements Plugin<Project> {
9494
for (String task : taskNames) {
9595
if (task.toUpperCase().contains("ASSEMBLE")
9696
|| task.contains("aR")
97+
|| task.toUpperCase().contains("TINKER")
9798
|| task.toUpperCase().contains("INSTALL")
9899
|| task.toUpperCase().contains("RESGUARD")) {
99100
if (task.toUpperCase().contains("DEBUG")) {

0 commit comments

Comments
 (0)