Buildship 3.1 introduces automatic task execution during Eclipse project synchronization and auto build, addressing the two most highly voted GitHub issues. Using Gradle 5.4's new eclipse plugin attribute, developers can declare tasks that run automatically on project import/sync or whenever a workspace resource changes. This eliminates the need to manually run code generation or configuration tasks after each change, keeping developers in the flow.
Sort: