Exclude jar signing keys when we're creating the shadow jar

This commit is contained in:
R. Tyler Croy 2014-10-22 13:19:31 -07:00
parent 24af77c088
commit ece8b5f9eb
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class JRubyStormPlugin implements Plugin<Project> {
group JRubyPlugin.TASK_GROUP_NAME
description 'Create a JRuby-based Storm topology'
dependsOn project.tasks.jrubyPrepare
exclude '*.sw*', '*.gitkeep', '*.md'
exclude '*.sw*', '*.gitkeep', '*.md', 'META-INF/BCKEY*'
into('topologies') {
from 'topologies'