Skip to content

Commit 7a81551

Browse files
committed
fixup! enable plugins
1 parent 6a42085 commit 7a81551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ lazy val root = (project in file("."))
113113
name := "das-server-scala",
114114
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion),
115115
buildInfoPackage := "com.rawlabs.das.server",
116+
mainClass := Some("com.rawlabs.das.server.DASServer"),
116117
strictBuildSettings,
117118
publishSettings,
118119
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)