nixpkgs/pkgs/development/tools/flyway
Matt McHenry 2867d1963a flyway: fix jarDirs option
this is not a system property, but rather an argument to
org.flaywaydb.commandline.Main.main().  therefore, it must come after,
rather than before, the name of the main class.  (otherwise it's
interpreted as an argument to the VM itself.)

flyway also expects the option and value to be separated by '=', not ' '.

follows on to #76094
2020-01-02 13:32:56 -05:00
..
default.nix flyway: fix jarDirs option 2020-01-02 13:32:56 -05:00