I originally had a one module project. I used the archivesBaseName
property to set the name of the resulting jar file like this, so the jar
name was groovy-provider-1.0.jar even though the file system folder was
something different:
archivesBaseName = 'groovy-provider'
I refactored my project to have multiple modules. My root build.gradle
no longer has archivesBaseName set, but the subfolder does. But the
module's jar file is now being named the same as the folder. It seems
that archivesBaseName in the subdirectory is being ignored.
How can I set the archive name in a subfolder?
I tried setting archivesBaseName in both build.gradle and
settings.gradle within the subdirectory. Neither worked.
--
Hamlet D'Arcy
[email protected]
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email