mirror of
https://github.com/enso-org/enso.git
synced 2025-01-01 02:28:09 +03:00
structure formatting
This commit is contained in:
parent
21e7fd7785
commit
5665c70117
15
build.sbt
15
build.sbt
@ -1,3 +1,11 @@
|
|||||||
|
version := "1.0"
|
||||||
|
organization := "org.enso"
|
||||||
|
scalaVersion := "2.12.8"
|
||||||
|
|
||||||
|
lazy val Benchmark = config("bench") extend Test
|
||||||
|
|
||||||
|
lazy val enso = (project in file(".")).aggregate(syntax)
|
||||||
|
|
||||||
lazy val syntax = (project in file("enso-lexer"))
|
lazy val syntax = (project in file("enso-lexer"))
|
||||||
.withId("enso-lexer")
|
.withId("enso-lexer")
|
||||||
.configs(Benchmark)
|
.configs(Benchmark)
|
||||||
@ -26,10 +34,3 @@ lazy val syntax = (project in file("enso-lexer"))
|
|||||||
.settings(SbtJFlexPlugin.jflexSettings)
|
.settings(SbtJFlexPlugin.jflexSettings)
|
||||||
.settings(mainClass in (Compile,run) := Some("org.enso.main.Main"))
|
.settings(mainClass in (Compile,run) := Some("org.enso.main.Main"))
|
||||||
|
|
||||||
version := "1.0"
|
|
||||||
organization := "org.enso"
|
|
||||||
scalaVersion := "2.12.8"
|
|
||||||
|
|
||||||
lazy val root = (project in file(".")).aggregate(syntax)
|
|
||||||
|
|
||||||
lazy val Benchmark = config("bench") extend Test
|
|
||||||
|
Loading…
Reference in New Issue
Block a user