You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
database/jdbc-sqlserver/build.gradle

11 lines
253 B
Groovy

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