mirror of https://github.com/sbt/sbt.git
sbt 1.12.2
This commit is contained in:
parent
92a4af4f97
commit
1a50aa32f2
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue