This repository has been archived by the owner on Apr 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
intellij setup
Konstantin Sobolev edited this page Jul 28, 2017
·
3 revisions
Overview:
- Install latest Community or Ultimate version
- Install Scala plugin
- Install Epigraph plugin
- Import maven or gradle project
Either download from github or build with gradle:
./gradlew -c settings-bootstrap.gradle publishGradlePlugins # if not performed already
./gradlew :idea-plugin:buildPlugin
Then install from zip found in idea-plugin/build/distributions
- Run
./mvnw clean install -Plight-psi,main
- On new welcome screen:
Open
- Navigate to checked out project
- Press
Reimport All Maven Projects
button in theMaven Projects
tool window
- On new welcome screen:
Import project
- Navigate to checked out project
-
Import project from external model
, selectGradle
- On
Import Project
screen:- Check
Use auto-import
- Make sure Gradle 3.5 is used (4.0 or later is not supported yet)
- Make sure Gradle JVM is set to Java 8
- Check
- Select all modules when asked which modules to include in the project