This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-dynamodb.git
The following commit(s) were added to refs/heads/main by this push:
new acf7c54 Remove sbt-whitesource
acf7c54 is described below
commit acf7c546d8b85e7b69ab2f391accb5bb6c5cf220
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat Jun 3 10:45:26 2023 +0200
Remove sbt-whitesource
---
project/Whitesource.scala | 37 -------------------------------------
project/plugins.sbt | 1 -
2 files changed, 38 deletions(-)
diff --git a/project/Whitesource.scala b/project/Whitesource.scala
deleted file mode 100644
index 2d0626c..0000000
--- a/project/Whitesource.scala
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * license agreements; and to You under the Apache License, version 2.0:
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * This file is part of the Apache Pekko project, derived from Akka.
- */
-
-import sbt._
-import sbt.Keys._
-import sbtwhitesource.WhiteSourcePlugin.autoImport._
-import sbtwhitesource._
-import com.typesafe.sbt.SbtGit.GitKeys._
-
-object Whitesource extends AutoPlugin {
- override def requires = WhiteSourcePlugin
-
- override def trigger = allRequirements
-
- override lazy val projectSettings = Seq(
- // do not change the value of whitesourceProduct
- whitesourceProduct := "Lightbend Reactive Platform",
- whitesourceAggregateProjectName := {
- val projectName = (LocalRootProject / moduleName).value.replace("-root",
"")
- projectName + "-" + (if (isSnapshot.value)
- if (gitCurrentBranch.value == "main") "main"
- else "adhoc"
- else
- CrossVersion
- .partialVersion((LocalRootProject /
version).value)
- .map { case (major, minor) =>
s"$major.$minor-stable" }
- .getOrElse("adhoc"))
- },
- whitesourceForceCheckAllDependencies := true,
- whitesourceFailOnError := true)
-}
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 619cec2..869549e 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -2,7 +2,6 @@ resolvers += "Typesafe
repository".at("https://repo.typesafe.com/typesafe/releas
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
-addSbtPlugin("com.lightbend" % "sbt-whitesource" % "0.1.7")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.9")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]