enunciate-gradle can support Lombok generated accessors (@Getter,@Setter,@Data) by simply making the enunciate-lombok module available on the plugin classpath.
New Gradle (2.1+):
buildscript {
dependencies {
classpath "com.webcohesion.enunciate:enunciate-lombok:2.11.1"
}
}
plugins {
id "com.webcohesion.enunciate" version "2.11.1"
}
enunciate-gradle
can support Lombok generated accessors (@Getter
,@Setter
,@Data
) by simply making theenunciate-lombok
module available on the plugin classpath.New Gradle (2.1+):
Old Gradle: