[GRADLE-2876] Task "projectReport" fails with plugin "checkstyle" Created: 04/Sep/13 Updated: 07/Dec/16 Resolved: 07/Dec/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Gradle Forums | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 1 |
Description |
Task "projectReport" fails after gradle update (1.4 -> 1.7). gradlew projectReport FAILURE: Build failed with an exception.
But task "taskReport" (and dependencyReport, propertyReport) works fine. gradlew taskReport BUILD SUCCESSFUL build.gradle apply plugin: 'java' ... dependencies.txt ... |
Comments |
Comment by Gradle Forums [ 04/Sep/13 ] |
Should I create an issue at GitHub or [1]http://issues.gradle.org ? |
Comment by Gradle Forums [ 04/Sep/13 ] |
This forum is the right place to report issues. Can you provide the full stack trace? |
Comment by Gradle Forums [ 04/Sep/13 ] |
Minimal build.gradle apply plugin: 'java' FAILURE: Build failed with an exception.
|
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by Mathias Kalb [ 03/Dec/16 ] |
This issue can be closed. |
Comment by Benjamin Muschko [ 07/Dec/16 ] |
I tried out the reported setup with Gradle 3.2 and cannot observe a failed build. |