Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for applyBuildScriptPluginRootProject (0.36 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r40/ProjectConfigurationChildrenProgressCrossVersionSpec.groovy

                applyRoot.child(applyBuildScriptPluginRootProject(scriptPluginGroovy1, 'root')).with { applyGroovy1 ->
                    applyGroovy1.child(applyBuildScriptPluginRootProject(scriptPluginKotlin, 'root')).with { applyKotlin ->
                        applyKotlin.child(applyBuildScriptPluginRootProject(scriptPluginGroovy2, 'root'))
                    }
                }
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Jan 14 00:59:27 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r40/AbstractProgressCrossVersionSpec.groovy

            } else {
                return "Apply script build.gradle to root project '$project'"
            }
        }
    
        String applyBuildScriptPluginRootProject(File script, String project = 'single') {
            if (targetVersion.baseVersion >= GradleVersion.version("6.6")) {
                return "Apply script '${pathOfScript(script)}' to root project '$project'"
            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top