Adam
10/26/2024, 6:45 PMMapProperty#insert no longer available? I see it was announced in 8.7 but I can't see it in 8.9.
https://docs.gradle.org/8.7/release-notes.html#better-api-for-updating-collection-properties
The release notes are very confusing and misleading.
If it's not available, then what's the alternative?Thomas Broyer
10/26/2024, 7:33 PMAdam
10/28/2024, 8:47 AMAdam
10/28/2024, 8:48 AMmyMapProp.put("foo", providers.gradleProperty("foo") - when foo is empty, then everything in myMapProp is silently completely removed.Adam
10/28/2024, 10:13 AM