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