Skip to content
Snippets Groups Projects
Commit dc81fd82 authored by Philippe Suter's avatar Philippe Suter
Browse files

No commit message

No commit message
parent 72b2b841
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,9 @@ class FunCheckProject(info: ProjectInfo) extends DefaultProject(info) {
override def dependencyPath = "lib"
override def compileOptions = super.compileOptions ++ Seq(Unchecked)
lazy val scalac = task {
println("Running scalac...")
None
} dependsOn(`package`) describedAs("Runs scalac with the FunCheck plugin.")
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment