Skip to content
This repository has been archived by the owner on May 19, 2019. It is now read-only.

Commit

Permalink
Ensure that the jrubyStormLocal configuration extends the classpath c…
Browse files Browse the repository at this point in the history
…onfiguration
  • Loading branch information
R. Tyler Croy committed Sep 9, 2015
1 parent 26a8316 commit a6d9223
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

/**
Expand Down

0 comments on commit a6d9223

Please sign in to comment.