Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LockfileFixture (0.2 sec)

  1. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

    org:leaf2:1.5 -> 2.5
    \\--- org:toplevel2:1.0
         \\--- conf
    """
        }
    
        def "displays a dependency insight report even if locks are out of date"() {
            def lockfileFixture = new LockfileFixture(testDirectory: testDirectory)
            mavenRepo.module('org', 'foo', '1.0').publish()
            mavenRepo.module('org', 'foo', '1.1').publish()
    
            buildFile << """
    dependencyLocking {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top