Skip to content

Commit

Permalink
resolved issue #329: Cannot call TaskInputs.property(String, Object) …
Browse files Browse the repository at this point in the history
…on task ':jettyStart' after task has started execution
  • Loading branch information
Andrey Hihlovskiy committed Mar 12, 2017
1 parent c86f36e commit c3be0d7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ abstract class StartBaseTask extends DefaultTask {

Map serverStartInfo

StartBaseTask() {
getJacoco()
}

@TaskAction
void action() {
LauncherConfig config = getLauncherConfig()
Expand Down

0 comments on commit c3be0d7

Please sign in to comment.