Thanks to visit codestin.com
Credit goes to github.com

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: spring-gradle-plugins/dependency-management-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.6
Choose a base ref
...
head repository: spring-gradle-plugins/dependency-management-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.7
Choose a head ref
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    e85cd28 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Check for ModuleComponentIdentifier explicitly

    This fixes a future issue with an upcoming Gradle feature
    gradle/gradle#30320, where there would be a
    new non-module-id resulting in a bug similar to
    gradle/gradle#30239.
    
    This also fixes a minor bug as it is technically possible
    for getModuleVersion to return null.
    
    See gh-394
    octylFractal authored and wilkinsona committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    09853a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #394 from octylFractal

    * gh-394:
      Check for ModuleComponentIdentifier explicitly
    
    Closes gh-394
    wilkinsona committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0d1b43d View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Configuration menu
    Copy the full SHA
    fc43f90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e870ef7 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. Release v1.1.7

    wilkinsona committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    99c6a87 View commit details
    Browse the repository at this point in the history
Loading