Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for assertFailurePresent (0.39 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ArtifactSelectionIntegrationTest.groovy

                            files.each { println it }
                        }
                    }
                }
            """
    
            expect:
            fails(":app:resolve")
            resolve.assertFailurePresent(failure)
            failure.assertHasCause("Could not resolve all files for configuration ':app:compile'.")
            failure.assertHasCause("Could not select a variant of project :lib that matches the consumer attributes.")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 34.5K bytes
    - Viewed (0)
Back to top