Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
yahuio opened this issue Nov 1, 2018 · 1 comment
Closed

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

yahuio opened this issue Nov 1, 2018 · 1 comment
Labels

Comments

@yahuio
Copy link

yahuio commented Nov 1, 2018

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
Copy link
Owner

Please read the exchange in this issue and try the proposed solution: #261

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants