summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 23c438b2..705e50d3 100755
--- a/build.sc
+++ b/build.sc
@@ -165,4 +165,4 @@ def releaseAssembly = T{
assemblyBase(assemblyClasspath().flatten, "")
}
-def idea = T{ mill.scalaplugin.GenIdea() } \ No newline at end of file
+def idea() = T.command{ mill.scalaplugin.GenIdea() } \ No newline at end of file