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