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

Do not apply PomDependencyManagementConfigurer when POM customization is disabled #392

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 11, 2024

  1. Make tests compatible with configuration cache

    Move each Gradle model types from execution phase to configuration phase
    artemy-osipov committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    416c09e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Do not apply PomDependencyManagementConfigurer when POM customization…

    … is disabled
    
    Currently, PomDependencyManagementConfigurer is always applied even if it is manually disabled, which breaks the configuration cache
    artemy-osipov committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    53cf82e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Allow StandardPomDependencyManagementConfigurer to be configured in c…

    …ompatible with configuration cache way
    
    Remove Gradle model types from StandardPomDependencyManagementConfigurer, but allow overridden dependencies to be resolved eagerly or lazily
    artemy-osipov committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d1f6db6 View commit details
    Browse the repository at this point in the history