How gradle handling scm in built artifacts

As opposed to maven, putting a pom.xml in the built jar to provide info about the source, what is the convention and configuration in gradle for that?
I tried to open some jars built by gradle but could not find anything that can point me to the source.