Gradle Project Import
- Import the project as a Gradle project from within Idea.
- When you add a dependency you need to open the Gradle window and perform a refresh
Gradle Wrapper
- IntelliJ will ask you to auto-import Gradle in some cases. This can be done.
- Gradle Wrapper - many environments will use this wrapper to maintain the same standard between the different environments and stages. How to:
Ctrl + Shift + Alt + S → Import Module → Import Module from external model → Choose Gradle →
For Gradle Home: Use gradle 'wrapper' task configuration.
Keine Kommentare:
Kommentar veröffentlichen