Skip to content

Commit

Permalink
#1 Correction of dependency notations
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Jun 2, 2015
1 parent 247ba75 commit e8f77e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ configurations {
dslLibrary
}
dependencies {
${dependencies.collect { "dslLibrary (name: '${it}', version: '+')" }.join('\n')}
${dependencies.collect { "dslLibrary '${it}'" }.join('\n')}
}
task clean {
delete 'lib'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
seed.dsl.repository = flat:/var/test/repository

# Comma-separated list of DSL libraries (Gradle dependency notation)
seed.dsl.libraries = seed-pipeline-demo
seed.dsl.libraries = :seed-pipeline-demo:+

# JAR which contains the bootstrap script
seed.dsl.script.jar = seed-pipeline-demo
Expand Down

0 comments on commit e8f77e1

Please sign in to comment.