You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eclipse neon.2
New java project with gradle builder. The *.gradle file was associated with groovy editor。The eclipse config of Content Types is Groovy Source File(for Groovy projects) .
How to config greclipse only for groovy project?
The text was updated successfully, but these errors were encountered:
For the benefit of others, file extension association can be viewed under Window > Preferences > General > Content Types > Text > Java Source File > Groovy Source File.
In Window > Preferences > General > Editors > File Associations, you can select *.gradle. Then in Associated editors, you should be able to pick another editor besides Groovy Editor and click Default.
eclipse neon.2
New java project with gradle builder. The *.gradle file was associated with groovy editor。The eclipse config of Content Types is Groovy Source File(for Groovy projects) .
How to config greclipse only for groovy project?
The text was updated successfully, but these errors were encountered: