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

com.jsuereth.sbtpgp.package.scala Maven / Gradle / Ivy

There is a newer version: 0.0.12
Show newest version
package bleep.plugin

package object pgp {

  /** Default extension for PGP signatures. */
  val gpgExtension = ".asc"

  // Helper to figure out how to run GPG signing...
  def isWindows = System.getProperty("os.name").toLowerCase.indexOf("windows") != -1
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy