Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NullawayState (0.05 sec)

  1. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.code-quality.gradle.kts

                enabled.convention(isMainSourceSet)
            }
    
            if (isMainSourceSet) {
                val nullawayAttributeValue = errorproneExtension.nullawayEnabled.map { if (it) NullawayState.ENABLED else NullawayState.DISABLED }
    
                // We don't care about nullaway in test fixtures or tests, they're written in Groovy anyway.
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Oct 01 11:57:43 UTC 2025
    - 9.3K bytes
    - Viewed (0)
Back to top