Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Immutables processor writes to generated_src and is not clean friendly #189

Open
chris05atm opened this issue Jan 14, 2021 · 0 comments
Open
Labels

Comments

@chris05atm
Copy link

What happened?

IntelliJ IDEA 2020.3.1 (Ultimate Edition)
Build #IU-203.6682.168, built on December 29, 2020

Running ./gradlew idea generates Immutables annotated files under "${projectDir}/generated_src/. These generated_src files are not cleaned when running ./gradlew clean as expected. I imagine there is a reason this plugin does not write to `"${buildDir}" by default.

What did you want to happen?

If a Gradle plugin generates code it should have an equivalent clean command.

@chris05atm chris05atm added the bug label Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant