Skip to content

Commit

Permalink
[RJA-xxx][fix]: don't fail when there are no build providers in app c…
Browse files Browse the repository at this point in the history
…ontext
  • Loading branch information
ddurnev committed Mar 5, 2013
1 parent 71c823f commit b32bc04
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ class BuildPluginContextImpl {

@Autowired var pluginRegistry: PluginRegistry = _
// non-plugin build providers
@Autowired var otherBuildProviders: Array[BuildProvider] = _
@Autowired(required = false) var otherBuildProviders: Array[BuildProvider] = Array()

@Bean def bootstrapStepBuilderFactory = new BuildStepBuilderFactory()

Expand Down

0 comments on commit b32bc04

Please sign in to comment.