Skip to content

Commit

Permalink
Build: Ignored variants configuration for dependency analysis plugin
Browse files Browse the repository at this point in the history
This commit updates the encrypted 'gradle.properties.enc' file to point
to that pinned hash which has the
'dependency.analysis.android.ignored.variants'
property added into the 'gradle.properties' file for the WPAndroid
project.

FYI: With this configuration only the 'debug' variant (build type) for
the lib modules and 'wordpressJalapenoDebug' + 'jetpackJalapenoDebug'
variants (product flavor + build type) for the app module is going to
be included, with the rest of the variants ignored.
  • Loading branch information
ParaskP7 committed Jun 28, 2024
1 parent cfd6e58 commit 6397905
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .configure
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"project_name": "WordPress-Android",
"branch": "trunk",
"pinned_hash": "715a5a119a334ec1ef16b5a6bd77c52094144813",
"pinned_hash": "4b536af182cc61c263b07262e41c141f06fd5de6",
"files_to_copy": [
{
"file": "android/WPAndroid/gradle.properties",
Expand Down
Binary file modified .configure-files/gradle.properties.enc
Binary file not shown.
3 changes: 3 additions & 0 deletions gradle.properties-example
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ wp.e2e.signup_email=e2eflowsignuptestingmobile@example.com
wp.e2e.signup_username=e2eflowsignuptestingmobile
wp.e2e.signup_display_name=e2eflowsignuptestingmobile
wp.e2e.signup_password=mocked_password

# Dependency Analysis Plugin
dependency.analysis.android.ignored.variants=release,wordpressVanillaDebug,wordpressVanillaRelease,wordpressWasabiDebug,wordpressWasabiRelease,wordpressJalapenoRelease,jetpackVanillaDebug,jetpackVanillaRelease,jetpackWasabiDebug,jetpackWasabiRelease,jetpackJalapenoRelease

0 comments on commit 6397905

Please sign in to comment.