Ensure that the jrubyStormLocal configuration extends the classpath configuration

This commit is contained in:
R. Tyler Croy 2015-09-09 15:33:40 -07:00
parent 26a8316f49
commit a6d92230c9
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ class JRubyStorm extends DefaultTask {
project.dependencies.add(localConfiguration.name, "org.apache.storm:storm-core:${stormVersion}")
localConfiguration.extendsFrom configuration
localConfiguration.extendsFrom project.configurations.findByName(JRubyStormPlugin.CLASSPATH_CONFIGURATION)
}
/**