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

13 lines
341 B
Groovy

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