diff --git a/gradle/bytex/bytex_matrix.gradle b/gradle/bytex/bytex_matrix.gradle index 3ed5443090..b8bcfef58a 100644 --- a/gradle/bytex/bytex_matrix.gradle +++ b/gradle/bytex/bytex_matrix.gradle @@ -1,13 +1,10 @@ -if (!rootProject.isReleaseBuild()) { - apply plugin: 'bytex.matrix' +apply plugin: 'bytex.matrix' - matrix { - trace { - enable = true //if you don't want to use trace canary, set false - baseMethodMapFile = "${project.buildDir}/matrix_output/customMethodMapping.txt" - blackListFile = "${project.projectDir}/matrixTrace/blackMethodList.txt" - } - logLevel = "D" +matrix { + trace { + enable = true //if you don't want to use trace canary, set false + baseMethodMapFile = "${project.buildDir}/matrix_output/customMethodMapping.txt" + blackListFile = "${project.projectDir}/matrixTrace/blackMethodList.txt" } -} - + logLevel = "D" +} \ No newline at end of file