[GRADLE-2274] Make the eclipse plugin honour encoding options for Java/Groovy source folders Created: 03/May/12 Updated: 21/Nov/16 Resolved: 21/Nov/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0-rc-3 |
Fix Version/s: | None |
Type: | Improvement | ||
Reporter: | Mauro Molinari | Assignee: | Unassigned |
Resolution: | Duplicate | Votes: | 8 |
Description |
If I set the following in my build.gradle: apply plugin: 'java' compileJava.options.encoding = 'UTF-8' I would expect that, when I invoke 'gradle eclipse', the generated project has the necessary project-specific settings to use the 'UTF-8' encoding on the Java source folders. The same applies to Groovy source sets for a project that applies the groovy plugin. This improvement would be extremely appreciated. |
Comments |
Comment by Oliver Kopp [ 04/Oct/15 ] |
At {{ }} |
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 Oliver Kopp [ 19/Nov/16 ] |
I created a follow on GitHub at https://github.com/gradle/gradle/issues/898 So this can be closed. |
Comment by Eric Wendelin [ 21/Nov/16 ] |