types
types copied to clipboard
Reducing Gradle tasks list
Description
For reducing the number of tasks displayed when running the tasks Gradle task, we would like to update its configuration for all Gradle projects.
By default, it should only display the tasks from the Recommended group.
Checklist
- [ ] Configure the Gradle task for the root project.
- [ ] Configure the Gradle task for the
internalsubproject. - [ ] Configure the Gradle task for the
java-compatibilitysubproject. - [ ] Update the contribution guidelines for using only the recommended Gradle tasks in the documentation instead of run configurations optimized for IntelliJ IDEA.
- [ ] Remove run configurations optimized for IntelliJ IDEA from the repository.