Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for _abc (2.46 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/options/TaskOptionFailureIntegrationTest.groovy

        def "cannot declare option for task dependency of another task"() {
            given:
            buildFile << """
                apply plugin: 'java'
            """
    
            when:
            runAndFail 'check', '--tests', 'abc'
    
            then:
            failure.assertHasDescription('Problem configuring task :check from command line.')
            failure.assertHasCause("Unknown command-line option '--tests'")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:35 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top