Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for hasProject (0.13 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r213/ModelsWithGradleProjectCrossVersionSpec.groovy

            modelType << projectScopedModels
        }
    
        private static void hasProject(def projects, File rootDir, String path, String name) {
            hasProject(projects, rootDir, path, name, null, [])
        }
    
        private static void hasChildProject(def projects, File rootDir, String path, String name, String parentPath) {
            hasProject(projects, rootDir, path, name, parentPath, [])
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/test/groovy/org/gradle/api/tasks/diagnostics/internal/insight/DependencyResultSorterSpec.groovy

        }
    
        def "sorts by comparing ProjectComponentSelector on left and ModuleComponentSelector on right"() {
            def d1 = newDependency(TestComponentIdentifiers.newSelector(":hisProject"), DefaultModuleComponentIdentifier.newId(DefaultModuleIdentifier.newId("org.gradle", "zzzz"), "3.0"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 22:26:51 UTC 2021
    - 18.6K bytes
    - Viewed (0)
  3. test-site/activator-launch-1.3.2.jar

    scala.Serializable { public void ServerLauncher$$anonfun$defaultLauncherLooku$1(); } xsbt/boot/Find$$anonfun$xsbt$boot$Find$$hasProject$1.class package xsbt.boot; public final synchronized class Find$$anonfun$xsbt$boot$Find$$hasProject$1 extends scala.runtime.AbstractFunction1 implements scala.Serializable { private final java.io.File f$1; public void Find$$anonfun$xsbt$boot$Find$$hasProject$1(java.io.File); } xsbt/boot/Configuration$$anonfun$parse$1.class package xsbt.boot; public final synchronized class...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
  4. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/ConfigurationCacheState.kt

            withGradleIsolate(rootBuild.gradle, userTypesCodec) {
                val identityPath = Path.path(readString())
                val hasProjects = readBoolean()
                if (hasProjects) {
                    val rootProjectName = readString()
                    val projects: List<ProjectWithNoWork> = readList().uncheckedCast()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 34.8K bytes
    - Viewed (0)
Back to top