External properties extension should warn when creating a property that exists on the target object

Example…

task someTask {
  ext.dependsOn = "foo"
}

Or maybe it shouldn’t even allow it.