So I have tried to add my local .jar file dependency to my build.gradle file:
apply plugin: \'java\' sourceSets { main { java { srcD
The best way to do it is to add this in your build.gradle file and hit the sync option
dependency{ compile files('path.jar') }