Skip to content

Building project from command line

Ivan Veselov edited this page Jul 3, 2018 · 1 revision
  1. Clone the repo.
  2. cd inside repo folder.
  3. Run gradle wrapper with this command: ./gradlew build. It should build the project from scratch.
  4. If you want to run IDE with this plugin installed you can run ./gradlew :runIde. Colon ensures that IDE will run only once.
Clone this wiki locally