=sam #16764 Incomplete sample project breaks samples build and IDEA import

This commit is contained in:
Björn Antonsson 2015-02-02 12:04:23 +01:00
parent 953a316563
commit 6aeb47ab70

View file

@ -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")