From 1af992483e2829954e8d1713d7f0648e797d60e6 Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Sat, 21 Sep 2019 15:20:24 -0400 Subject: [PATCH] Clean plugin directories --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sbt b/build.sbt index 247e260..045885a 100644 --- a/build.sbt +++ b/build.sbt @@ -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",