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

coursier.launcher.PrebuiltGenerator.scala Maven / Gradle / Ivy

There is a newer version: 2.1.13
Show newest version
package coursier.launcher

import java.nio.file.Path

object PrebuiltGenerator extends Generator[Parameters.Prebuilt] {

  def generate(parameters: Parameters.Prebuilt, output: Path): Unit = {
    sys.error("Cannot generate an executable for the 'prebuilt' type")
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy