What went wrong:
Task ‘eclipse’ not found in root project ‘hibernate-orm’.
Try:
Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
If I’m understanding this correctly, the problem is that the documentation refers to the eclipse task which has been removed, not that the eclipse task should be put back.
Is there some documentation on why eclipse support was removed? I just finished a tutorial about working with hibernate-spatial in eclipse.
I remember seeing a survey and InteliJ IDEA surpassed Eclipse in recent years. Nevertheless, there are millions of users using Eclipse and it’s weird that the Gradle integration is not working properly.
At Hibernate, I think we all use IDEA. I quit using Eclipse in 2005 and never looked back.