doanduyhai / Achilles

An advanced Java Object Mapper/Query DSL generator for Cassandra
http://achilles.archinnov.info
Apache License 2.0
241 stars 92 forks source link

How to assure the annotationProcessor get triggered using gradle? #350

Closed yahuio closed 3 years ago

yahuio commented 5 years ago

I'm using gradle 4.10.2, configured as follow but the annotation processor doesn't get triggered on ./gradlew clean compileJava task

dependencies {
   annotationProcessor 'info.archinnov:achilles-core:5.3.1'
   compileOnly 'info.archinnov:achilles-core:5.3.1'
}
doanduyhai commented 5 years ago

Please read the exchange in this issue and try the proposed solution: https://github.com/doanduyhai/Achilles/issues/261