-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update maven-compiler-plugin and fix bug on it to allow incremental compilation #112
Comments
@llorllale/z please, pay attention to this issue |
@fabriciofx/z this project will fix the problem faster if you donate a few dollars to it; just click here and pay via Stripe, it's very fast, convenient and appreciated; thanks a lot! |
@fabriciofx the objective is is to disable incremental compilation? Why do we want to do that? I see the other cactoos projects have this kind of setup, I don't understand why exactly, do you know? |
@victornoel I opened this issue a lot of time ago. It's because there is (or was) a bug in |
Job |
@fabriciofx ok, thank you, I removed the option in yegor256/cactoos#1412 for cactoos (I will do cactoos-matchers later) so we will see what happens without it :) |
Let's update
maven-compiler-plugin
to3.8.0
version and fix a bug in this plugin which doesn't allow incremental compilation that increase compile and running time. To fix both we need changepom.xml
to:Please, pay attention to
<version>
and<useIncrementalCompilation>
tag.The text was updated successfully, but these errors were encountered: