2022-10-30 01:20:18 +02:00
|
|
|
dependencies {
|
|
|
|
api project(':jdbc-query')
|
|
|
|
implementation libs.postgresql
|
|
|
|
testImplementation project(':jdbc-test')
|
2023-12-16 21:03:19 +01:00
|
|
|
testImplementation testLibs.testcontainers
|
|
|
|
testImplementation testLibs.testcontainers.junit.jupiter
|
|
|
|
testImplementation testLibs.testcontainers.postgresql
|
2022-10-30 01:20:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
test {
|
|
|
|
systemProperty 'user.timezone', 'GMT'
|
|
|
|
}
|