Skip to content

Commit ddb0cb9

Browse files
committed
Change snunitConfig to be a task
1 parent 8b38960 commit ddb0cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-plugin/src/main/scala/SNUnitPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object SNUnitPlugin extends AutoPlugin {
1515
val snunitPort = settingKey[Int]("Port where the SNUnit app runs")
1616
val snunitCurlCommand = settingKey[Seq[String]]("curl command to use")
1717
val snunitAppName = settingKey[String]("app name in NGINX Unit config")
18-
val snunitConfig = settingKey[String]("NGINX Unit configuration")
18+
val snunitConfig = taskKey[String]("NGINX Unit configuration")
1919
val snunitVersion: String = snunit.plugin.internal.BuildInfo.snunitVersion
2020

2121
val deployToNGINXUnit = taskKey[Unit]("Deploy app to NGINX Unit")

0 commit comments

Comments
 (0)