For reducing coupling between Gradle projects, we would like to generate a new Gradle wrapper for the types project and remove the Gradle root project.
✅ Checklist
[x] Generate a new wrapper for the types project by running the wrapper task.
[x] Update the integration workflow for the types project by using the new wrapper.
[x] Update the run configurations for IntelliJ IDEA by using the new wrapper.
[ ] Remove the Gradle settings and the wrapper from the root project.
[ ] Close this issue as completed and update tracking ones if present.
The IDE doesn't load the project when we remove the wrapper from the root directory.
Because this may be inconvenient for contributors, we will revert changes of this issue and close it as stale.
📝 Description
For reducing coupling between Gradle projects, we would like to generate a new Gradle wrapper for the
types
project and remove the Gradle root project.✅ Checklist
types
project by running thewrapper
task.types
project by using the new wrapper.