Fix incremental compilation for parser (#248)

This commit is contained in:
Marcin Kostrzewa 2019-10-17 18:34:08 +02:00 committed by Ara Adkins
parent 2da7442ae2
commit ca3773b97e

View File

@ -8,7 +8,7 @@ import org.enso.build.WithDebugCommand
//////////////////////////////
val scalacVersion = "2.12.10"
val graalVersion = "19.2.0.1"
val graalVersion = "19.2.0.1"
organization in ThisBuild := "org.enso"
scalaVersion in ThisBuild := scalacVersion
@ -182,7 +182,7 @@ lazy val syntax = (project in file("Syntax/specialization"))
"org.scalatest" %% "scalatest" % "3.0.5" % Test,
"com.lihaoyi" %% "pprint" % "0.5.3"
),
(Compile / compile) := (Compile / compile)
compile := (Compile / compile)
.dependsOn(Def.taskDyn {
val parserCompile =
(syntax_definition / Compile / compileIncremental).value