database/jdbc-sqlserver/build.gradle

11 lines
253 B
Groovy
Raw Permalink Normal View History

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
}
test {
systemProperty 'user.timezone', 'GMT'
}