jponge / vertx-gradle-plugin

An opinionated Gradle plugin for Vert.x projects
Apache License 2.0
113 stars 15 forks source link

Create vertx run task immediately #3

Closed oehme closed 7 years ago

oehme commented 7 years ago

The plugin currently creates the run task in an afterEvaluate block, which means that the user cannot refer to that task in their build script. Instead, the task should be created right away. Only its configuration should be done afterEvaluate.

jponge commented 7 years ago

Thanks!