[GRADLE-3562] Console output is not readable (Windows, Eclipse, Local Terminal) Created: 20/Sep/16 Updated: 19/Jan/17 Resolved: 19/Jan/17 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 3.1 |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Jendrik Johannes (Inactive) | Assignee: | Jendrik Johannes (Inactive) |
Resolution: | Won't Fix | Votes: | 0 |
Description |
This is a regression in 3.1. Works in 3.0. Details: https://discuss.gradle.org/t/console-output-is-not-readble/19625 Reproduce: |
Comments |
Comment by Jendrik Johannes (Inactive) [ 20/Sep/16 ] |
This was caused by updating the JAnsi (2.2.1 -> 1.13) in this commit: I checked the different Jansi versions and this still works with Jansi 1.11 (and breaks with 1.12 and 1.13). I think we should switch to 1.11 for now and report the issue to Jansi. |
Comment by Jendrik Johannes (Inactive) [ 21/Sep/16 ] |
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 Jendrik Johannes (Inactive) [ 19/Jan/17 ] |
Follow up GitHub issue: https://github.com/gradle/gradle/issues/1212 |