Open
Description
I have searched through all tickets to the project, both closed and open, for gradle, but didn't find anything relevant.
All plugins that google finds are either not available in the gradle plugin repo or rely on ancient mybatis migrations versions.
All solutions I have found rely on driving the mybatis migrations jar from custom Java code.
Is there something as simple as plugging an official plugin into the gradle build script? Or some other officially supported way of using migrations from gradle without custom code on top of the migrations jar?