I’ve this project structure:
As you can see, it has Gradle nature. I’ve set it on gradle eclipse plugin:
eclipse {
project {
name = 'OAuthz Library'
natures 'org.eclipse.buildship.core.gradleprojectnature'
}
Nevertheless, Eclipse is showing me nothing on Gradle Build Tasks:
It’s telling me there’s no gradle projects in workspace.
Any ideas?