You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/scala/com/typesafe/sbt/packager/Keys.scala
+1
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ object Keys extends linux.Keys
12
12
13
13
// These keys are used by the JavaApp/JavaServer archetypes.
14
14
valpackageName=SettingKey[String]("packageName", "Name of the created output package. Used for dirs/scripts.")
15
+
valexecutableScriptName=SettingKey[String]("executableScriptName", "Name of the executing script.")
15
16
valmakeBashScript=TaskKey[Option[File]]("makeBashScript", "Creates or discovers the bash script used by this project.")
16
17
valbashScriptDefines=TaskKey[Seq[String]]("bashScriptDefines", "A list of definitions that should be written to the bash file template.")
17
18
valbashScriptExtraDefines=TaskKey[Seq[String]]("bashScriptExtraDefines", "A list of extra definitions that should be written to the bash file template.")
0 commit comments