- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for disallowChanges (0.08 seconds)
-
architecture/standards/0006-use-of-provider-apis-in-gradle.md
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: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 10K bytes - Click Count (0)