
com.jsuereth.sbtpgp.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bleep-plugin-pgp_2.13 Show documentation
Show all versions of bleep-plugin-pgp_2.13 Show documentation
A bleeping fast scala build tool!
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