Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for mscarry (0.03 seconds)

  1. architecture/standards/0003-avoid-introducing-Groovy-types-to-public-api.md

    - **Consistency** - All languages have consistent access to the same APIs and ergonomics in the DSL.
    - **Reduce the size of the Gradle distribution** - We no longer need to carry multiple standard libraries for different languages.
    
    ## Decision
    
    We do not introduce new public API methods that include Groovy types in their signatures.
    Existing Groovy methods will not be removed immediately.
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 05 12:39:41 GMT 2026
    - 1.8K bytes
    - Click Count (0)
  2. architecture/standards/0010-gradle-properties-naming.md

    The behavior behind the internal property can change at any time and without notice.
    Internal properties MUST NOT be documented in public documentation.
    
    As a *secondary aspect*, property names can carry **feature-stability** information of the features they represent.
    As features progress through the lifecycle of early prototype, incubation, and stabilization, their corresponding properties may also be updated.
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 06 09:25:54 GMT 2026
    - 8K bytes
    - Click Count (0)
Back to Top