You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the sourceJar task to build a -sources bundle for a project.
It's an OSGi bundle and due to the project layout, the source set is defined as follows:
This is quite common actually. Using the sourceJar task then yields all files to be duplicated inside the resulting jar.
This can easily be fixed by doing this:
I'm using the
sourceJar
task to build a -sources bundle for a project.It's an OSGi bundle and due to the project layout, the source set is defined as follows:
This is quite common actually. Using the
sourceJar
task then yields all files to be duplicated inside the resulting jar.This can easily be fixed by doing this:
I'm just wondering whether it would make sense to include this option in the task definition already?
The text was updated successfully, but these errors were encountered: