Hi Arthur,
the new method has been introduced in Gradle 4.3, and when you compile a plugin against Gradle 4.3 or later, then the method will be used and the plugin will work with Gradle 6.0.
So yes, this is expected since we removed the bridge method TaskInputs property(String name, Object value);
in Gradle 6.0.
Cheers,
Stefan