fun Project.getJars(variant: BaseVariant? = null): Set<File>
Returns the jar files which could be the outputs of the jar task or createFullJar task
variant - The build variant
variant