All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scripts.general.run.sc Maven / Gradle / Ivy

The newest version!
@main def main(inputPath: String) = {
  importCode(inputPath)

  if (!run.toString.contains("base"))
    throw new AssertionError(s"""base layer not applied...?
         |output of `run`:
         |$run""".mkString) with scala.util.control.NoStackTrace
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy