=sam #16764 Incomplete sample project breaks samples build and IDEA import
This commit is contained in:
parent
953a316563
commit
6aeb47ab70
1 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,11 @@ import NativePackagerKeys._
|
|||
|
||||
packageArchetype.akka_application
|
||||
|
||||
name := """hello-kernel"""
|
||||
name := "hello-kernel"
|
||||
|
||||
version := "2.4-SNAPSHOT"
|
||||
|
||||
scalaVersion := "2.11.5"
|
||||
|
||||
mainClass in Compile := Some("sample.kernel.hello.HelloKernel")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue