Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for unsem (0.01 seconds)

  1. architecture/standards/0006-use-of-provider-apis-in-gradle.md

        }
    }
    
    // in plugin
    existingThing = objects.newInstance(DefaultExistingThing.class)
    existingThing.convention("some-value")
    ```
    
    It's not acceptable to treat an unset Provider as if the convention is requested when the convention could be set elsewhere:
    
    ```groovy
    public interface NewThing {
        Property<String> getSomeProperty()
    }
    
    // Unacceptable
    String value
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 05 12:39:41 GMT 2026
    - 10K bytes
    - Click Count (0)
Back to Top