Update README.md
Updated instructions for IntelliJ IDEA
This commit is contained in:
parent
ed9a52c7a5
commit
e8cec807bc
15
README.md
15
README.md
@ -29,16 +29,11 @@ plugins {
|
|||||||
|
|
||||||
### Additional setup for IntelliJ IDEA
|
### Additional setup for IntelliJ IDEA
|
||||||
|
|
||||||
1. Add `id 'idea'` into `build.gradle` inside `plugins { ... }`:
|
1. Open the project with File - Open Project
|
||||||
```
|
2. Press button 'Add configuration...' and open 'Application' in templates list
|
||||||
plugins {
|
3. Add 'ru.windcorp.optica.client.OpticaClientMain' in Main class text field
|
||||||
// Apply the java-library plugin to add support for Java Library
|
4. Choose 'Optica.main' in 'Use classpath of module' drop-down list
|
||||||
id 'java-library'
|
5. Click 'Create configuration' and press Apply
|
||||||
id 'idea'
|
|
||||||
}
|
|
||||||
```
|
|
||||||
2. `$ gradlew idea`
|
|
||||||
3. Open the project with File - Open Project
|
|
||||||
|
|
||||||
## Libraries
|
## Libraries
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user