fix: build.gradle.kts
This commit is contained in:
@@ -93,12 +93,12 @@ tasks.shadowJar {
|
||||
manifest {
|
||||
attributes["Main-Class"] = "org.ccoin.ServerKt"
|
||||
}
|
||||
// mergeServiceFile()
|
||||
mergeServiceFiles()
|
||||
}
|
||||
|
||||
// Flyway configuration
|
||||
flyway {
|
||||
url = "jbdc:postgresql://localhost:5432/ccoin"
|
||||
url = "jdbc:postgresql://localhost:5432/ccoin"
|
||||
user = "ccoin"
|
||||
password = "ccoin"
|
||||
locations = arrayOf("classpath:db/migration")
|
||||
|
||||
Reference in New Issue
Block a user