Archived

This forum has been archived. Please start a new discussion on GitHub.

Add source jars to repo maybe

Hi All,

If it's possible could I maybe request that as part of your build process you upload sources with the 'sources' classifier alongside the normal jars, this is very handy speciically for tools like Intellij which will look in the maven repo for a jar with the 'sources' classifier if you click on a class definition.

I notice you're now using gradle I'm not sure of the exact incantation in gradle to do this, but in traditional maven it was a case of running 'mvn source:jar deploy'. The gradle guys tend to make things simple so I'd hope they'd have made it equally convenient...

Thanks!

Andy.