- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getSomeProperty (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
architecture/standards/0006-use-of-provider-apis-in-gradle.md
#### Non-calculated values These are inappropriate uses of lazy types: ```groovy class Example { Property<String> getSomeProperty() Example() { getSomeProperty().set("value") getSomeProperty().disallowChanges() } } class Example2 { Provider<String> getSomeProperty() { return project.provider(() -> "value") } } ```Created: 2026-04-01 11:36 - Last Modified: 2026-03-05 12:39 - 10K bytes - Click Count (0)