Skip to content
Snippets Groups Projects
Commit 8f293007 authored by Florian Cassayre's avatar Florian Cassayre Committed by SimonGuilloud
Browse files

Move src/ to lisa/src/ for consistency

parent fbc8c0df
Branches
No related tags found
No related merge requests found
...@@ -36,8 +36,8 @@ def withTests(project: Project): ClasspathDependency = ...@@ -36,8 +36,8 @@ def withTests(project: Project): ClasspathDependency =
project % "compile->compile;test->test" project % "compile->compile;test->test"
lazy val root = Project( lazy val root = Project(
id = "lisa-core", id = "lisa",
base = file("."), base = file("lisa"),
) )
.settings(commonSettings3) .settings(commonSettings3)
.settings( .settings(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment