Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for associateGroovy (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-logic/jvm/src/main/kotlin/gradlebuild/jvm/JvmCompilation.kt

                        sourceCompatibility = version
                        targetCompatibility = version
                    }
                }
            }
        }
    
        @JvmName("associateGroovy")
        fun Project.associate(groovyCompile: TaskProvider<GroovyCompile>) {
            if(!(OperatingSystem.current().isWindows && System.getProperty("os.arch") == "aarch64")) {
                groovyCompile.configure {
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Fri Sep 19 05:45:14 GMT 2025
    - 5.8K bytes
    - Click Count (0)
Back to Top