Flyway, Unable to determine URL for classpath location

Flyway Error: com.googlecode.flyway.core.api.FlywayException: Unable to determine URL for classpath location: db/migration

You have just to create the empty Java package db.migration, thats all.

Flyway is looking for Java migrations in the classpath. If the package doesn’t exist, the build will fail.