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