fix: build.gradle.kts

This commit is contained in:
darwincereska
2025-12-15 21:42:50 -05:00
parent 3c650ae599
commit 093efab51c

View File

@@ -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")