Currently I am migrating a maven project to Gradle. One of the module uses dbunit-maven-plugin. What is the equivalent in Gradle?
org.codehaus.mojo dbunit-maven-plugin 1.0-beta-3 org.hsqldb hsqldb ${hsqldb.version} runtime export ${dbunit.export.format} target/dbunit/export-${dbunit.export.format}.xml ${test.common.db.driver} ${test.common.db.url} ${test.common.db.user} ${test.common.db.password}