We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3daddc commit d7b6cc4Copy full SHA for d7b6cc4
build.sbt
@@ -63,6 +63,7 @@ lazy val plugin = project.in(file("plugin"))
63
.enablePlugins(SbtPlugin)
64
.settings(
65
name := "sbt-azure-functions",
66
+ sonaDeploymentName := "sbt-azure-functions",
67
commonSettings,
68
scalaVersion := "2.12.18",
69
pluginCrossBuild / sbtVersion := {
@@ -110,5 +111,3 @@ ThisBuild / publishTo := {
110
111
if (isSnapshot.value) Some("central-snapshots" at centralSnapshots)
112
else localStaging.value
113
}
-
114
-ThisBuild / sonaDeploymentName := "sbt-azure-functions"
0 commit comments