Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: d1dbdf0bf4b7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: dd80b19cb698
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 2, 2020

  1. 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
    jerith666 committed Jan 2, 2020
    Copy the full SHA
    2867d19 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Merge pull request #76835 from jerith666/flyway-jardirs

    flyway: fix jarDirs option
    marsam committed Jan 8, 2020
    Copy the full SHA
    dd80b19 View commit details
    Browse the repository at this point in the history