File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -711,6 +711,7 @@ def listf(String directoryName, ArrayList<File> store) {
711711}
712712
713713task buildMetadata (type : BuildToolTask ) {
714+ logging. captureStandardOutput LogLevel . DEBUG
714715 def rootPath = " "
715716 if (! findProject(' :android-metadata-generator' ). is(null )) {
716717 rootPath = Paths . get(project(' :android-metadata-generator' ). projectDir. path, " build/libs" ). toString()
@@ -1009,6 +1010,7 @@ tasks.configureEach { DefaultTask currentTask ->
10091010 currentTask =~ / checkBenchmarkDuplicateClasses/ ||
10101011 currentTask =~ / checkBenchmark.+DuplicateClasses/ ||
10111012 currentTask =~ / bundle.*Resources/ ||
1013+ currentTask =~ / optimize.*Resources/ ||
10121014 // currentTask =~ /compile.*ArtProfile/ ||
10131015 currentTask =~ / extractBenchmarkNativeSymbolTables/ ||
10141016 currentTask =~ / buildKotlinToolingMetadata/ ||
You can’t perform that action at this time.
0 commit comments