Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for colorful build.sbt code. #89

Merged
merged 1 commit into from
May 25, 2023

Conversation

djx314
Copy link
Contributor

@djx314 djx314 commented Mar 2, 2023

No description provided.

@djx314
Copy link
Contributor Author

djx314 commented Mar 2, 2023

It seems that use sbt to replace sbtshell and the code will be colorful.

Before

enablePlugins(FlywayPlugin)
version := "0.0.1"
name := "flyway-sbt-test1"

libraryDependencies += "org.hsqldb" % "hsqldb" % "2.5.0"

flywayUrl := "jdbc:hsqldb:file:target/flyway_sample;shutdown=true"
flywayUser := "SA"
flywayPassword := ""
flywayLocations += "db/migration"
flywayUrl in Test := "jdbc:hsqldb:file:target/flyway_sample;shutdown=true"
flywayUser in Test := "SA"
flywayPassword in Test := ""

After

enablePlugins(FlywayPlugin)
version := "0.0.1"
name := "flyway-sbt-test1"

libraryDependencies += "org.hsqldb" % "hsqldb" % "2.5.0"

flywayUrl := "jdbc:hsqldb:file:target/flyway_sample;shutdown=true"
flywayUser := "SA"
flywayPassword := ""
flywayLocations += "db/migration"
flywayUrl in Test := "jdbc:hsqldb:file:target/flyway_sample;shutdown=true"
flywayUser in Test := "SA"
flywayPassword in Test := ""

@djx314 djx314 changed the title Update README.md for colorful sbt code. Update README.md for colorful build.sbt code. Mar 2, 2023
@djx314 djx314 marked this pull request as draft March 7, 2023 11:48
@djx314 djx314 marked this pull request as ready for review March 7, 2023 20:24
@er1c
Copy link

er1c commented May 23, 2023

@davidmweber ping

@davidmweber davidmweber merged commit 7fc35d2 into flyway:master May 25, 2023
@davidmweber
Copy link
Collaborator

Cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants