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

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

The newest version!
package coursier.launcher

import java.nio.file.{Files, Path}

object DummyNativeGenerator extends Generator[Parameters.DummyNative] {
  def generate(parameters: Parameters.DummyNative, output: Path): Unit =
    Files.write(output, Array.emptyByteArray)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy