Skip to content

Instantly share code, notes, and snippets.

@Opalo
Created April 29, 2019 19:34
Show Gist options
  • Save Opalo/59da792ee4875e9222cb2bfac2e93308 to your computer and use it in GitHub Desktop.
Save Opalo/59da792ee4875e9222cb2bfac2e93308 to your computer and use it in GitHub Desktop.
enablePlugins(FlywayPlugin)
flywayUser := "root"
flywayPassword := "root"
flywayUrl := "jdbc:mysql://localhost:3306/test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment