Skip to content

Commit

Permalink
Remove tests for the stage task
Browse files Browse the repository at this point in the history
  • Loading branch information
simonepri committed Oct 15, 2017
1 parent 2cd5483 commit f3b8c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test {
}
}

task stage(dependsOn: ['build'])
task stage(dependsOn: ['assemble'])

// This task copies dependencies that are pulled down from Maven
// and copies into a directory specified in Procfile
Expand Down

0 comments on commit f3b8c96

Please sign in to comment.