database/jdbc-sqlserver/build.gradle

11 lines
245 B
Groovy
Raw Normal View History

dependencies {
api project(':jdbc-query')
testImplementation project(':jdbc-test')
testImplementation libs.testcontainers
testImplementation libs.testcontainers.junit.jupiter
}
test {
systemProperty 'user.timezone', 'GMT'
}