task.create("commonJar",Jar){ from sourceSet.main.output include 'com/abc/**' }
Execute it in some dependent task
finalizedBy commonJar