Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for notCompatibleWithConfigurationCache (0.11 seconds)

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

            else -> false
        }
    
        gradle.lifecycle.beforeProject {
            tasks.configureEach {
                val task = this
                if (isIncompatible(task)) {
                    task.notCompatibleWithConfigurationCache("Task is not compatible with the configuration cache")
                }
            }
        }
    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