I am trying with Gradle first time. I am trying with a maven java project to compile and create a jar file. It is compiling and creating the jar file in build/libs directory as
If you has some submobule, you can use in build.gradle (for jar)
configurations { jar.archiveName = 'submodule-jar.jar' }