jenkinsci / seed-plugin

Seed Jenkins plug-in
https://plugins.jenkins.io/seed/
38 stars 13 forks source link

DSL library dependencies are not taken into account when expressed directly #1

Closed dcoraboeuf closed 9 years ago

dcoraboeuf commented 9 years ago

When using:

seed.dsl.libraries = group:artifact:version

The Seed plug-in declares the following dependency:

dslLibrary (name: 'group:artifact:version', version: '+')

when it should be:

dslLibrary 'group:artifact:version'