-
Notifications
You must be signed in to change notification settings - Fork 203
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 #976
Comments
@paulodamaso/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 good catch let's do it |
@0crat in |
@paulodamaso Job #976 is now in scope, role is |
@paulodamaso For more details: https://stackoverflow.com/a/19653164 |
Bug was reported, see §29: +15 point(s) just awarded to @fabriciofx/z |
@vzurauskas The impediment for #976 was registered successfully by @vzurauskas/z |
@fabriciofx #977 was merged, can this issue be closed now? |
@paulodamaso Why was asigned to me? @vzurauskas seems to be working on this. |
@0crat assign @vzurauskas |
@paulodamaso The job #976 assigned to @vzurauskas/z, here is why; the budget is 30 minutes, see §4; please, read §8 and §9; if the task is not clear, read this and this; @vzurauskas/z is not a member of this project yet, but they can request to join, as §1 explains; there will be no monetary reward for this job |
@vzurauskas Thanks! |
Manual assignment of issues is discouraged, see §19: -5 point(s) just awarded to @paulodamaso/z |
@Serranya actually @vzurauskas Exited the project, that's why @0crat assigned the issue to you. |
Job was finished in 0 hours, bonus for fast delivery is possible (see §36) |
Job #976 is not in the agenda of @vzurauskas/z, can't inspect |
@sereshqua/z please review this job completed by @vzurauskas/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed |
The job #976 is now out of scope |
@0crat status |
@sereshqua This is what I know about this job in C3FFK3YAY, as in §32:
|
@0crat quality good |
Quality review completed: +4 point(s) just awarded to @sereshqua/z |
Order was finished, quality is "good": +40 point(s) just awarded to @vzurauskas/z |
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: