I’m having some trouble making flyway work in “bun...
# general
r
I’m having some trouble making flyway work in “bundles.”
java -jar bin.jar
after building a “bundle" gives me
Unable to determine URL for classpath location: db/migration
but
java -jar bin.jar
in a binary (which seems to throw it all into one jar for you) works. If anyone has any ideas as to why the MANIFEST.MF’s classpath doesn’t seem to work, toss them my way.