mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 21:20:55 +00:00
12 lines
202 B
Plaintext
12 lines
202 B
Plaintext
plugins {
|
|
id("gay.pizza.foundation.concrete-base")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":common-all"))
|
|
api(libs.postgresql)
|
|
api(libs.exposed.jdbc)
|
|
api(libs.exposed.java.time)
|
|
api(libs.hikaricp)
|
|
}
|