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

Make DockerRemoteApi plugin configuration cache compatible for Gradle 8.1+ #1193

Merged
merged 8 commits into from
Sep 20, 2023

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    e93d41b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97e759e View commit details
    Browse the repository at this point in the history
  3. Add possibility to use specific Gradle version in test

    Configuration cache error is only present in 8+ versions
    Jocce-Nilsson committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8d2ab91 View commit details
    Browse the repository at this point in the history
  4. Add functional test case for DockerRemoteApi plugin

    Test that configuration cache still compatible for Gradle 8.3
    when docker sock files are changed between runs.
    Jocce-Nilsson committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f8effeb View commit details
    Browse the repository at this point in the history
  5. Add ValueSource for default URl resolution

    This will be created for the build and maintain configuration cache compatibility
    as the values are not resolved during configuration time.
    
    Add flag to set for integration test
    Jocce-Nilsson committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    44e4247 View commit details
    Browse the repository at this point in the history
  6. Update src/functTest/groovy/com/bmuschko/gradle/docker/AbstractFuncti…

    …onalTest.groovy
    
    Co-authored-by: Przemek Bielicki <[email protected]>
    Jocce-Nilsson and pbielicki committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c03003f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7972531 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

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