Getting No engine found error when using the complementarypurchase Scala template,
I have the correct Scala version,
scala -version
Scala code runner version 2.11.8 -- Copyright 2002-2016, LAMP/EPFL
From template build.sbt
scalaVersion := "2.11.8"
[INFO] [Engine$] [info] Packaging /home/pioEngine/MyComplementaryPurchase/target/scala-2.11/template-scala-parallel-complementary-purchase-assembly-0.1-SNAPSHOT-deps.jar ... [INFO] [Engine$] [info] Done packaging. [INFO] [Engine$] [success] Total time: 3 s, completed Sep 29, 2017 5:03:04 PM [INFO] [Engine$] Compilation finished successfully. [INFO] [Engine$] Looking for an engine... [ERROR] [Engine$] No engine found. Your build might have failed. Aborting.
Any ideas?
Getting No engine found error when using the complementarypurchase Scala template,
I have the correct Scala version,
scala -versionScala code runner version 2.11.8 -- Copyright 2002-2016, LAMP/EPFLFrom template build.sbt
scalaVersion := "2.11.8"[INFO] [Engine$] [info] Packaging /home/pioEngine/MyComplementaryPurchase/target/scala-2.11/template-scala-parallel-complementary-purchase-assembly-0.1-SNAPSHOT-deps.jar ... [INFO] [Engine$] [info] Done packaging. [INFO] [Engine$] [success] Total time: 3 s, completed Sep 29, 2017 5:03:04 PM [INFO] [Engine$] Compilation finished successfully. [INFO] [Engine$] Looking for an engine... [ERROR] [Engine$] No engine found. Your build might have failed. Aborting.Any ideas?