Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for formtarget (0.18 sec)

  1. platforms/core-configuration/kotlin-dsl-plugins/src/main/kotlin/org/gradle/kotlin/dsl/plugins/dsl/KotlinDslCompilerPlugins.kt

                            @Suppress("DEPRECATION")
                            if (******@****.***ent) {
                                jvmTarget.set(******@****.*** { JvmTarget.fromTarget(it) })
                            }
                        }
                        apiVersion.set(KotlinVersion.KOTLIN_1_8)
                        languageVersion.set(KotlinVersion.KOTLIN_1_8)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 18:03:28 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. src/cmd/dist/build.go

    func compilerEnv(envName, def string) map[string]string {
    	m := map[string]string{"": def}
    
    	if env := os.Getenv(envName); env != "" {
    		m[""] = env
    	}
    	if env := os.Getenv(envName + "_FOR_TARGET"); env != "" {
    		if gohostos != goos || gohostarch != goarch {
    			m[gohostos+"/"+gohostarch] = m[""]
    		}
    		m[""] = env
    	}
    
    	for _, goos := range okgoos {
    		for _, goarch := range okgoarch {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
Back to top