[GRADLE-3521] Incremental Java compilation of tests fails when a main source file is deleted Created: 08/Aug/16 Updated: 08/Aug/16 Resolved: 08/Aug/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 2.14 |
Fix Version/s: | 3.0-rc-2 |
Type: | Bug | ||
Reporter: | Eric Wendelin | Assignee: | Eric Wendelin |
Resolution: | Fixed | Votes: | 0 |
Description |
Reported by Google: Reproduction Steps You just need a project with ``` and two valid java files in src/main/java and one in src/test/java. `gradlew build` output: FAILURE: Build failed with an exception.
BUILD FAILED Total time: 0.851 secs |
Comments |
Comment by Eric Wendelin [ 08/Aug/16 ] |
Fixed by https://github.com/gradle/gradle/commit/ec56ed01ebcf221e38cd24a0edfe9f01563a2e5c |