Skip to content

Commit

Permalink
configure args from command line
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Ryan committed Jun 1, 2013
1 parent 321b8d4 commit 1e90980
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ project(':job-dsl-core') {
artifacts {
archives oneJar
}

run {
if ( project.hasProperty('args') ) {
args project.args.split('\\s+')
}
}

}

project(':job-dsl-plugin') {
Expand Down

0 comments on commit 1e90980

Please sign in to comment.