Skip to content

Commit

Permalink
Print DB URL for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
danlysiak authored Nov 13, 2023
1 parent 7cf4fcd commit 8573f19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,6 @@ task migratePostgresDatabase(type: org.flywaydb.gradle.task.FlywayMigrateTask) {
if (project.hasProperty("dburl")) {
url = "jdbc:postgresql://${dburl}"
}
println "url is ${url}"
}

0 comments on commit 8573f19

Please sign in to comment.