Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for concurrentBuildSucceed (0.23 sec)

  1. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/impldeps/GradleImplDepsConcurrencyIntegrationTest.groovy

                buildFile << testablePluginProject()
                file("$projectDirName/src/test/groovy/MyTest.groovy") << gradleApiAndTestKitClassLoadingTestClass()
            }
    
            expect:
            concurrentBuildSucceed(CONCURRENT_BUILDS_PROJECT_COUNT, 'test')
        }
    
        def "Gradle API and TestKit dependency JAR files are the same when run by concurrent Gradle builds"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 4.9K bytes
    - Viewed (0)
Back to top