mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 13:02:07 +03:00
Fix incremental compilation for parser (#248)
This commit is contained in:
parent
2da7442ae2
commit
ca3773b97e
@ -8,7 +8,7 @@ import org.enso.build.WithDebugCommand
|
|||||||
//////////////////////////////
|
//////////////////////////////
|
||||||
|
|
||||||
val scalacVersion = "2.12.10"
|
val scalacVersion = "2.12.10"
|
||||||
val graalVersion = "19.2.0.1"
|
val graalVersion = "19.2.0.1"
|
||||||
organization in ThisBuild := "org.enso"
|
organization in ThisBuild := "org.enso"
|
||||||
scalaVersion in ThisBuild := scalacVersion
|
scalaVersion in ThisBuild := scalacVersion
|
||||||
|
|
||||||
@ -182,7 +182,7 @@ lazy val syntax = (project in file("Syntax/specialization"))
|
|||||||
"org.scalatest" %% "scalatest" % "3.0.5" % Test,
|
"org.scalatest" %% "scalatest" % "3.0.5" % Test,
|
||||||
"com.lihaoyi" %% "pprint" % "0.5.3"
|
"com.lihaoyi" %% "pprint" % "0.5.3"
|
||||||
),
|
),
|
||||||
(Compile / compile) := (Compile / compile)
|
compile := (Compile / compile)
|
||||||
.dependsOn(Def.taskDyn {
|
.dependsOn(Def.taskDyn {
|
||||||
val parserCompile =
|
val parserCompile =
|
||||||
(syntax_definition / Compile / compileIncremental).value
|
(syntax_definition / Compile / compileIncremental).value
|
||||||
|
Loading…
Reference in New Issue
Block a user