Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkDependenciesFails (0.36 sec)

  1. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildDependencyGraphIntegrationTest.groovy

                buildFile << """
                    throw new RuntimeException('exception thrown on configure')
                """
            }
            includedBuilds << buildC
    
            when:
            checkDependenciesFails()
    
            then:
            failure.assertHasDescription("A problem occurred evaluating project ':buildC'.")
                .assertHasCause("exception thrown on configure")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 19:37:49 UTC 2024
    - 25.7K bytes
    - Viewed (0)
Back to top