Open asodja opened 2 months ago
A fix was merged to EAP branch https://github.com/gradle/gradle/pull/25963.
Note: We should also add possible breaking change documentation.
I wonder if we should support that in the long term:
Maybe we can introduce it as deprecated?
Maybe we can introduce it as deprecated?
This sounds like a good idea to me.
When doing a Provider API migration a Groovy DSL behavior change with Property. This stops working:
This still works:
A possible solution:
property value
assignment -> merged to EAP branch https://github.com/gradle/gradle/pull/25963