[GRADLE-3456] ClassNotFoundException thrown when using ProjectBuilder Created: 20/May/16 Updated: 25/May/16 Resolved: 25/May/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 2.14-rc-1 |
Fix Version/s: | 2.14-rc-2 |
Type: | Bug | ||
Reporter: | Cédric Champeau (Inactive) | Assignee: | Cédric Champeau (Inactive) |
Resolution: | Fixed | Votes: | 0 |
Description |
When a plugin uses the test kit and tries to add a dependency, a `ClassNotFoundException` exception is thrown. See https://discuss.gradle.org/t/gradle-2-14-rc-1-is-now-available-for-testing/17635/6 The reason is that the remapper doesn't handler class literals found in strings correctly, nor does it handle the "old style" class literals in bytecode. |