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