Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for illegalStateFor (0.36 sec)

  1. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/fingerprint/ConfigurationCacheFingerprintController.kt

                illegalStateFor("append")
    
            open fun <T> resolveScriptsForProject(identityPath: Path, action: () -> T): T =
                illegalStateFor("resolveScriptsForProject")
    
            open fun <T> runCollectingFingerprintForProject(identityPath: Path, action: () -> T): T =
                illegalStateFor("collectFingerprintForProject")
    
            abstract fun dispose(): WritingState
    
            private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 18.3K bytes
    - Viewed (0)
Back to top