I just started learning how to use gradle. I want to make a jar associated with an existing project,but i really can't figure out how to "stick" my existing Java project to a new Gradle project in IntelliJ.
I made a new Gradle project and i have the src package. I suppose that i have to put there my existing project. But how? When i tried to import an existing project,it asks me for gradle.build file which of course,doesn't exist in my Java project.
How i can "stick" my Java projects to a new Gradle Project?