Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for ancestors (0.19 sec)

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

            }
        }
    
        @Test
        @Issue("https://github.com/gradle/gradle/issues/24481")
        fun `applied project scripts don't have project accessors`() {
            withFile("applied.gradle.kts", """
                println(java.sourceCompatibility)
            """)
            withBuildScript("""
                plugins { java }
                apply(from = "applied.gradle.kts")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 07:57:29 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. src/cmd/pack/pack.go

    	default:
    		log.Printf("invalid operation %q", os.Args[1])
    		fmt.Fprintln(os.Stderr)
    		usage()
    	}
    	if len(ar.files) > 0 {
    		log.Fatalf("file %q not in archive", ar.files[0])
    	}
    }
    
    // The unusual ancestry means the arguments are not Go-standard.
    // These variables hold the decoded operation specified by the first argument.
    // op holds the operation we are doing (prtx).
    // verbose tells whether the 'v' option was specified.
    var (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top