Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

building

Konstantin Sobolev edited this page Nov 15, 2017 · 10 revisions

Building the project

Epigraph requires Java 8 or later, make sure it is installed.

Get the sources:

git clone [email protected]:SumoLogic/epigraph.git
cd epigraph

Maven

./mvnw clean install -Plight-psi,main

Gradle

  • Publish epigraph gradle plugins with dependencies
./gradlew -c settings-bootstrap.gradle publishGradlePlugins
  • Build the project
./gradlew clean build
  • To build IDEA plugin only
./gradlew :idea-plugin:buildPlugin

Plugin zip file will be located in epigraph/project/idea-plugin/build/distributions