| Author | Dave Jarvis <email> |
|---|---|
| Date | 2015-03-10 20:21:19 GMT-0700 |
| Commit | b8daf7bf40270430298a3ed7c23e5a9f65f0dd17 |
| Parent | 8741fc9 |
| } | ||
| -// Include dependent libraries into archive. | ||
| jar { | ||
| manifest { | ||
| attributes "Main-Class": "$mainClassName" | ||
| } | ||
| - | ||
| - from { | ||
| - configurations.compile.collect { | ||
| - it.isDirectory() ? it : zipTree(it) | ||
| - } | ||
| - } | ||
| } | ||
| "-package", antlr.grammarPackage, grammars.files | ||
| ].flatten() | ||
| -} | ||
| - | ||
| -task copyToLib( type: Copy ) { | ||
| - into "lib" | ||
| - from configurations.runtime | ||
| } | ||
| Delta | 0 lines added, 12 lines removed, 12-line decrease |
|---|