Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for first_if (0.16 sec)

  1. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/PrecompiledScriptPluginTasksIntegrationTest.kt

                """
                package plugins
                """
            )
    
    
            val firstDir = existing(firstLocation)
            val secondDir = newDir(secondLocation)
            firstDir.copyRecursively(secondDir)
    
            val cachedTasks = listOf(
                ":extractPrecompiledScriptPluginPlugins",
                ":generateExternalPluginSpecBuilders",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 21 10:30:22 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/integTest/groovy/org/gradle/language/AbstractNativeLanguageIntegrationTest.groovy

            install.exec().out == helloWorldApp.frenchOutput
        }
    
        @ToBeFixedForConfigurationCache
        def "link order is stable across project directories for the same sources"() {
            def firstCopy = file("firstDir")
            def secondCopy = file("secondDir")
            [ firstCopy, secondCopy ].each { projectDir ->
                projectDir.file("settings.gradle").touch()
                def buildFile = projectDir.file("build.gradle")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 8.9K bytes
    - Viewed (0)
Back to top