|
|
|
|
|
|
66
|
4. In the "Import Project from Gradle" dialog, check the "auto-import" and "create directories"
|
66
|
4. In the "Import Project from Gradle" dialog, check the "auto-import" and "create directories"
|
|
67
|
checkboxes and select "Use customizable gradle wrapper".
|
67
|
checkboxes and select "Use customizable gradle wrapper".
|
|
68
|
|
68
|
|
|
69
|
- 
|
|
|
|
|
|
69
|
+ 
|
|
70
|
|
70
|
|
|
71
|
5. Click "OK". IntelliJ will automatically create its project artifacts based on the Gradle project file.
|
71
|
5. Click "OK". IntelliJ will automatically create its project artifacts based on the Gradle project file.
|
|
72
|
|
72
|
|
|
|
|
|
|
|
79
|
7. Start by running the test suite: In the "Project" view, right-click on the test file
|
79
|
7. Start by running the test suite: In the "Project" view, right-click on the test file
|
|
80
|
(`etl\src\test\java\EtlTest`), select "Run", then pick the "EtlTest" that has a JUnit icon to the
|
80
|
(`etl\src\test\java\EtlTest`), select "Run", then pick the "EtlTest" that has a JUnit icon to the
|
|
81
|
left of it (red and green arrows), NOT the Gradle icon (circular green).
|
81
|
left of it (red and green arrows), NOT the Gradle icon (circular green).
|
|
82
|
- 
|
|
|
|
|
|
82
|
+ 
|
|
83
|
|
83
|
|
|
84
|
* If these menu options don't appear at first, wait for a few seconds and try again; IntelliJ is still
|
84
|
* If these menu options don't appear at first, wait for a few seconds and try again; IntelliJ is still
|
|
85
|
configuring the project with a Java nature.
|
85
|
configuring the project with a Java nature.
|