You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
133 B

//ext['oracle-database.version'] = '12.2.0.1'
1 year ago
dependencies {
api(
"com.oracle.database.jdbc:ojdbc8:${jdbc_oracle_version}",
1 year ago
)
}