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

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

The newest version!
package com.jsuereth

package object sbtpgp {

  /** 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 - 2024 Weber Informatics LLC | Privacy Policy