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-query/build.gradle

14 lines
375 B
Groovy

dependencies {
api project(':jdbc-connection-pool')
testImplementation project(':jdbc-test')
testImplementation testLibs.derby
testImplementation testLibs.hsqldb
testImplementation testLibs.h2
testImplementation testLibs.testcontainers
testImplementation testLibs.testcontainers.junit.jupiter
}
test {
systemProperty 'user.timezone', 'GMT'
}