Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I add custom task to the Eclipse Gradle Task Tab?

The Gradle tab in the Gradle Eclipse plugin has some predefined tasks as listed in the image:

enter image description here

How can I add custom task to the Eclipse Gradle Task Tab?

like image 350
confile Avatar asked Sep 11 '25 22:09

confile


1 Answers

Buildship Eclipse plugin only shows public tasks by default.

To show private tasks, select 'Show All Tasks' from the view menu.

enter image description here

like image 127
Justin Avatar answered Sep 14 '25 10:09

Justin