[GRADLE-1510] Disable compile up-to-date checking fails Created: 04/May/11 Updated: 23/Jan/13 Resolved: 23/Jan/13 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0-milestone-3 |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Marco Hunsicker | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
Because of specific requirements, I need to disable the up-to-date checking for a custom compilation task. Gradle supports this nicely--until you realize that there is still some additional internal Ant Javac task update checking going on that is not configurable. You have to deal with it from the outside (e.g. delete the .class files) to make things work. The longterm solution should be to ditch Ant for compiling sources and provide a custom Gradle implementation. |
Comments |
Comment by Luke Daley [ 23/Jan/13 ] |
This was fixed in the 1.0 release with the new compilation options. |