mapstruct / mapstruct-spring-extensions

Helpful additions to MapStruct when using the Spring Framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Extension ConverterMapperProcessor is not incremental

olivierboudet opened this issue · comments

My project is using the Spring Extension 0.1.0 and my project is constantly rebuilding.

In the gradle log :

Full recompilation is required because org.mapstruct.extensions.spring.converter.ConverterMapperProcessor is not incremental. Analysis took 0.304 secs.

Is it possible to have ConverterMapperProcessor incremental ?