Skip to content

Commit d7b6cc4

Browse files
author
JeanMarc van Leerdam
committed
Move setting for deployment name
1 parent e3daddc commit d7b6cc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ lazy val plugin = project.in(file("plugin"))
6363
.enablePlugins(SbtPlugin)
6464
.settings(
6565
name := "sbt-azure-functions",
66+
sonaDeploymentName := "sbt-azure-functions",
6667
commonSettings,
6768
scalaVersion := "2.12.18",
6869
pluginCrossBuild / sbtVersion := {
@@ -110,5 +111,3 @@ ThisBuild / publishTo := {
110111
if (isSnapshot.value) Some("central-snapshots" at centralSnapshots)
111112
else localStaging.value
112113
}
113-
114-
ThisBuild / sonaDeploymentName := "sbt-azure-functions"

0 commit comments

Comments
 (0)