Skip to content

Commit 2f9debb

Browse files
committed
chore(android): more gradle build rules
1 parent e32fe87 commit 2f9debb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vendor/gradle-app/app/build.gradle

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

713713
task buildMetadata(type: BuildToolTask) {
714-
logging.captureStandardOutput LogLevel.DEBUG
714+
// logging.captureStandardOutput LogLevel.DEBUG
715715
def rootPath = ""
716716
if (!findProject(':android-metadata-generator').is(null)) {
717717
rootPath = Paths.get(project(':android-metadata-generator').projectDir.path, "build/libs").toString()
@@ -1021,7 +1021,6 @@ tasks.configureEach { DefaultTask currentTask ->
10211021
currentTask =~ /sync.+LibJars/ ||
10221022
currentTask =~ /processNonMinified.+JavaRes/ ||
10231023
currentTask =~ /process.*JavaRes/ ||
1024-
// currentTask =~ /optimize.+Resources/ ||
10251024
currentTask =~ /lintAnalyze.*UnitTest/ ||
10261025
currentTask =~ /buildCMake.*/ ||
10271026
currentTask =~ /configureCMake.*/ ||
@@ -1030,7 +1029,7 @@ tasks.configureEach { DefaultTask currentTask ->
10301029
currentTask =~ /generate.*UnitTestLintModel/ ||
10311030
// because of sentry plugin. There must be a better way
10321031
currentTask =~ /transformDebugClassesWithAsm/ ||
1033-
currentTask =~ /generateSentryDebugMetaPropertiesDebug/ ||
1032+
currentTask =~ /generateSentryDebugMetaProperties.*/ ||
10341033
currentTask =~ /generateSentryBundleId.*/ ||
10351034
currentTask =~ /collectExternal.+/
10361035
)) {

0 commit comments

Comments
 (0)