Please can help any one regarding to jar..?

Hello,

if dont have jar file in central repository,how can handle in gradle,

Either load it as file from a directory tree, or upload it into to your local or business maven repository (Artifactory).

Maven repositiory not found that jar i had tried many time by using build.gradle file but i m not able to get the jar from dir please can help with example,
Ex:-
compile files(‘libs/TestFlightLib.jar’) and fileTree also i was tried

Have a look into the user guide, chapter “Declaring a file dependency”.