Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 699814
Collapse All | Expand All

(-)sbt-1.3.6-orig/build.sbt (-1 / +1 lines)
Lines 1153-1159 Link Here
1153
ThisBuild / whitesourceProduct := "Lightbend Reactive Platform"
1153
ThisBuild / whitesourceProduct := "Lightbend Reactive Platform"
1154
ThisBuild / whitesourceAggregateProjectName := {
1154
ThisBuild / whitesourceAggregateProjectName := {
1155
  // note this can get detached on tag build etc
1155
  // note this can get detached on tag build etc
1156
  val b = sys.process.Process("git rev-parse --abbrev-ref HEAD").!!
1156
  val b = "1.3.x"
1157
  val Stable = """1\.([0-9]+)\.x""".r
1157
  val Stable = """1\.([0-9]+)\.x""".r
1158
  b match {
1158
  b match {
1159
    case Stable(y) => "sbt-1." + y.toString + "-stable"
1159
    case Stable(y) => "sbt-1." + y.toString + "-stable"

Return to bug 699814