Skip to content

Commit e32fe87

Browse files
committed
chore: android gradle build process improvement
1 parent da64b1a commit e32fe87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vendor/gradle-app/app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@ def listf(String directoryName, ArrayList<File> store) {
711711
}
712712

713713
task 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/ ||

0 commit comments

Comments
 (0)