vert-x3 / vertx-service-proxy

EventBus Proxy generation
Apache License 2.0
66 stars 58 forks source link

Gradle 5.0 doc update #93

Closed slinkydeveloper closed 5 years ago

slinkydeveloper commented 5 years ago

From Gradle 5.0 people must use annotationProcessor to add dependencies as annotation processor. Gradle creates a classpath only for it:

Since implementation details matter for annotation processors, they must be declared separately on the annotation processor path. Gradle ignores annotation processors on the compile classpath.