Replacing a task that may have been used by other plugins has been deprecated

Hi,

I’ve just upgraded to Gradle 5 (previously using Gradle 4.9) and after fixing all the deprecations from 4->5, I now get a warning about 6:

Replacing a task that may have been used by other plugins has been deprecated.

The thing is, we replace the flyway plugin’s “flywayClean” task to ensure that it CANNOT be run (since this is a very destructive command)…

Is there an alternative this, so that we can ensure that developers cannot run gradle flywayClean?