[GRADLE-948] Archive Task does not support type field Created: 27/May/10 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | 0.9-rc-1 |
Type: | Bug | ||
Reporter: | Gretar Rafn Arnason | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Issue Links: |
|
Description |
when creating a new jar type task I want to be able to set the type to 'source' and then publish using ivy pattern <somedir>/[organization]/[module]/[type]s/[artifact](-[classifier]).[ext] Currently this does not give expected result (that is type substituted in pattern is actually value of extension) -> both source and classes jar is put into folder .../jars/*.jar Suggested fix: I would be highly appreciated to include this simple fix in version 0.9 release. |
Comments |
Comment by Gretar Rafn Arnason [ 27/May/10 ] |
of course something goes wrong when you don't read over before submitting: |
Comment by Hans Dockter [ 08/Jun/10 ] |
You can now do: artifacts { } |