[GRADLE-3526] Sporadic NoClassDefFoundError Created: 17/Aug/16 Updated: 12/Sep/16 Resolved: 12/Sep/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 3.1-rc-1 |
Type: | Bug | ||
Reporter: | Gary Hale | Assignee: | Eric Wendelin |
Resolution: | Fixed | Votes: | 2 |
Issue Links: |
|
Description |
A couple of independent reports of this, including https://discuss.gradle.org/t/strange-class-not-found-error-for-closure/18982. When using the daemon, there is eventually a NoClassDefFoundError on a class that has already been used multiple times. So far, the reports have only been on Closure classes, but the issue may extend to other classes as well. |
Comments |
Comment by Scott Palmer [ 17/Aug/16 ] |
This bug mentions "when using daemon" however in my case adding --no-daemon had no effect. The problem still occured. |