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 19a67b8 commit 1749738Copy full SHA for 1749738
build-gradle/src/main/groovy/com.dd.buildgradle/ComBuild.groovy
@@ -94,6 +94,7 @@ class ComBuild implements Plugin<Project> {
94
for (String task : taskNames) {
95
if (task.toUpperCase().contains("ASSEMBLE")
96
|| task.contains("aR")
97
+ || task.toUpperCase().contains("TINKER")
98
|| task.toUpperCase().contains("INSTALL")
99
|| task.toUpperCase().contains("RESGUARD")) {
100
if (task.toUpperCase().contains("DEBUG")) {
0 commit comments