Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for succeedsWithPluginCompiledWithPreviousVersion (0.71 sec)

  1. testing/integ-test/src/crossVersionTest/groovy/org/gradle/integtests/PropertyUpgradesBinaryCompatibilityCrossVersionSpec.groovy

                    val currentMaxErrors = maxErrors
                    assert(currentMaxErrors == 1)
                }
            """
    
            expect:
            succeedsWithPluginCompiledWithPreviousVersion()
        }
    
        def succeedsWithPluginCompiledWithPreviousVersion() {
            version previous withTasks 'assemble' inDirectory(file("producer")) run()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.4K bytes
    - Viewed (0)
Back to top