I\'m new with Gradle projects and I have one question. I\'ve searched in Internet but I couldn\'t find what I need or maybe I couldn\'t know how to search it. First I\'m goi
repositories { flatDir { dirs "libs" } } dependencies { compile files( 'libs/ojdbc-16.jar') }
create "libs" directory under project root and put that into it.