How to add local .jar file dependency to build.gradle file?
So I have tried to add my local .jar file dependency to my build.gradle file: apply plugin: ‘java’ sourceSets { main { java … Read more
So I have tried to add my local .jar file dependency to my build.gradle file: apply plugin: ‘java’ sourceSets { main { java … Read more