mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 17:40:06 +02:00
sbt 1.12.2
This commit is contained in:
@@ -11,7 +11,7 @@ import scala.util.Try
|
||||
// ThisBuild settings take lower precedence,
|
||||
// but can be shared across the multi projects.
|
||||
ThisBuild / version := {
|
||||
val v = "1.12.0-SNAPSHOT"
|
||||
val v = "1.12.3-SNAPSHOT"
|
||||
nightlyVersion.getOrElse(v)
|
||||
}
|
||||
ThisBuild / version2_13 := "2.0.0-SNAPSHOT"
|
||||
@@ -57,6 +57,9 @@ Global / excludeLint += checkPluginCross
|
||||
Global / excludeLint += nativeImageJvm
|
||||
Global / excludeLint += nativeImageVersion
|
||||
|
||||
usePgpKeyHex("642AC823")
|
||||
// usePgpKeyHex("2BE67AC00D699E04E840B7FE29967E804D85663F")
|
||||
|
||||
def commonBaseSettings: Seq[Setting[_]] = Def.settings(
|
||||
headerLicense := Some(
|
||||
HeaderLicense.Custom(
|
||||
|
||||
@@ -101,7 +101,6 @@ val launcherPackage = (project in file(".")).
|
||||
case _ => Nil
|
||||
}
|
||||
},
|
||||
usePgpKeyHex("642AC823"),
|
||||
pgpSecretRing := file(s"""${sys.props("user.home")}""") / ".ssh" / "scalasbt.key",
|
||||
pgpPublicRing := file(s"""${sys.props("user.home")}""") / ".ssh" / "scalasbt.pub",
|
||||
publishToSettings,
|
||||
|
||||
Reference in New Issue
Block a user