Update README.md

Updated instructions for IntelliJ IDEA
This commit is contained in:
Sergey Karmanov 2020-07-29 22:54:54 +03:00 committed by GitHub
parent ed9a52c7a5
commit e8cec807bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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