Create Oracle database JDBC connection in gradle
It is usual for a Gradle script to get connected to a database like Oracle. Doing this in Gradle may seem pretty simple and straightforward. But sometimes things wont get right. If you are having a hard time to get connected to oracle database, using the java code inside gradle, this tutorial is for you.
