Skip to content

Commit

Permalink
Clean plugin directories
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Sep 21, 2019
1 parent f151300 commit 1af9924
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ val commonSettings = Seq(
parallelExecution in Test := false,
// Add a JVM option to use when forking a JVM for 'run'
javaOptions += "-Xmx1G",
// Instruct `clean` to delete created plugins subdirectory created by `ijRun`/`ijPrepareRun`.
cleanFiles += ijPluginsDir.value,
// Setup publishing
publishMavenStyle := true,
sonatypeProfileName := "net.sf.ij-plugins",
Expand Down

0 comments on commit 1af9924

Please sign in to comment.