Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: autonomousapps/dependency-analysis-gradle-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.13.3
Choose a base ref
...
head repository: autonomousapps/dependency-analysis-gradle-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.15.0
Choose a head ref
  • 9 commits
  • 20 files changed
  • 1 contributor

Commits on Mar 28, 2025

  1. Configuration menu
    Copy the full SHA
    daaddac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1033bad View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Configuration menu
    Copy the full SHA
    797d3c3 View commit details
    Browse the repository at this point in the history
  2. feat: add temporary flag to test opting out of superclass analysis.

    This is a hack that will be reverted or improved very quickly, and should not be relied upon.
    autonomousapps committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    b26a1b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4ae59f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7d40d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Configuration menu
    Copy the full SHA
    28d4e15 View commit details
    Browse the repository at this point in the history
  2. feat: superclass analysis is now opt-in. This is a breaking change si…

    …nce 2.7.0.
    
    The change is justified on the basis that the analysis remains very expensive, especially for very large projects. Users must now opt-in to this.
    
    Users can opt-in like so:
    ```
    // root build.gradle[.kts]
    dependencyAnalysis {
      usage {
        analysis {
          checkSuperClasses(true)
        }
      }
    }
    ```
    autonomousapps committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    c6247ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17ec7d9 View commit details
    Browse the repository at this point in the history
Loading