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 8b38960 commit ddb0cb9Copy full SHA for ddb0cb9
sbt-plugin/src/main/scala/SNUnitPlugin.scala
@@ -15,7 +15,7 @@ object SNUnitPlugin extends AutoPlugin {
15
val snunitPort = settingKey[Int]("Port where the SNUnit app runs")
16
val snunitCurlCommand = settingKey[Seq[String]]("curl command to use")
17
val snunitAppName = settingKey[String]("app name in NGINX Unit config")
18
- val snunitConfig = settingKey[String]("NGINX Unit configuration")
+ val snunitConfig = taskKey[String]("NGINX Unit configuration")
19
val snunitVersion: String = snunit.plugin.internal.BuildInfo.snunitVersion
20
21
val deployToNGINXUnit = taskKey[Unit]("Deploy app to NGINX Unit")
0 commit comments