Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for NativeProjectWithDepsGeneratorTask (0.62 seconds)

  1. build-logic-settings/configuration-cache-compatibility/src/main/kotlin/gradlebuild.configuration-cache-compatibility.settings.gradle.kts

            task.name.startsWith("userguide") -> true
            task.name == "samplesMultiPage" -> true
            task.typeSimpleName() in listOf(
                "JavaExecProjectGeneratorTask",
                "NativeProjectWithDepsGeneratorTask",
                "PerformanceTest",
                "DetermineBaselines",
            ) -> true
    
            // Third parties tasks
    
            // Publish plugin
            task.name == "login" -> true
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 26 15:18:40 GMT 2026
    - 3.8K bytes
    - Click Count (0)
Back to Top