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/archetypes/JavaAppKeys.scala
+4-2
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,13 @@ trait JavaAppKeys {
17
17
valprojectDependencyArtifacts=TaskKey[Seq[Attributed[File]]]("projectDependencyArtifacts", "The set of exported artifacts from our dependent projects.")
18
18
valscriptClasspath=TaskKey[Seq[String]]("scriptClasspath", "A list of relative filenames (to the lib/ folder in the distribution) of what to include on the classpath.")
19
19
valmakeBatScript=TaskKey[Option[File]]("makeBatScript", "Creates or discovers the bat script used by this project.")
0 commit comments