mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 21:41:32 +00:00
Heimdall: It's back!
This commit is contained in:
10
common-heimdall/build.gradle.kts
Normal file
10
common-heimdall/build.gradle.kts
Normal file
@ -0,0 +1,10 @@
|
||||
plugins {
|
||||
id("gay.pizza.foundation.concrete-library")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api("org.postgresql:postgresql:42.5.1")
|
||||
api("org.jetbrains.exposed:exposed-jdbc:0.41.1")
|
||||
api("org.jetbrains.exposed:exposed-java-time:0.41.1")
|
||||
api("com.zaxxer:HikariCP:5.0.1")
|
||||
}
|
Reference in New Issue
Block a user