I’ve a gradle project structure and I’m using eclipse. I’ve installed gradle plugin for eclipse.
However tasks aren’t shown in Gradle Tasks Panel, so I’m not able to launch these ones.
project/
build.gradle
settings.gradle
.project
.classpath
I’m able to perform any task using command line.
Any ideas?