Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dependency Analysis] Add Android Gradle Plugin #148

Merged
merged 5 commits into from
Jul 5, 2024

Commits on Jul 5, 2024

  1. Build: Add dependency analysis plugin

    FYI: This commit adds a previous version of the plugin (1.28.0) and not
    the latest version (1.32.0). This is because the latest version gets
    stuck during the 'computeActualUsage' phase and increases the build time
    of the 'buildHealth' task by as much as five times (5x).
    
    For more info see: Stuck in computeActualUsageDebug for many minutes
    #1186 (https://github.com/autonomousapps/
    dependency-analysis-gradle-plugin/issues/1186)
    ParaskP7 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d1892de View commit details
    Browse the repository at this point in the history
  2. Build: Ignored variants configuration for dependency analysis plugin

    FYI: With this configuration only the 'debug' variant (build type) for
    for all modules is going to be included, with the rest of the variants
    ignored.
    ParaskP7 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f22b759 View commit details
    Browse the repository at this point in the history
  3. CI: Add a scheduled dependency analysis job

    FYI:
    1. This job will be then used by 'buildkite-ci' and configured as a
    'buildkite_pipeline_schedule' with a weekly frequently.
    2. This job will also notify on the android-core-notifs slack channel
    on a build failure.
    ParaskP7 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    bed6aeb View commit details
    Browse the repository at this point in the history
  4. Merge branch 'trunk' of github.com:wordpress-mobile/WordPress-Utils-A…

    …ndroid into build/dependency-analysis-android-gradle-plugin
    ParaskP7 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c4c6803 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cdd059 View commit details
    Browse the repository at this point in the history