I suspect its caused by the axion-release plugin in my build.gradle, but I have two ‘help’ groups.
Buildship 1.0.13, Eclipse Mars.2.
I suspect its caused by the axion-release plugin in my build.gradle, but I have two ‘help’ groups.
Buildship 1.0.13, Eclipse Mars.2.
Hi Mark,
Thanks for the report. For readability reasons Buildship makes all task group names lower-case, but it does not merge them together. In your case it results in a duplicated task groups. As a quick solution you could try to adjust your group name text’s case to match what is used in Gradle core. Nonetheless, I opened a bugzilla entry to make the group display more robust in the task view.
We’ve released Buildship 1.0.14 which contains a fix for this problem.
Thanks Donát !
Sorry for the late reply.