config/build.sbt

12 lines
289 B
Plaintext
Raw Normal View History

2011-11-09 13:07:21 +08:00
version in GlobalScope := "0.1"
2011-11-08 04:31:23 +08:00
// no binary for the root project
publishArtifact in (Compile, packageBin) := false
2011-11-13 06:45:12 +08:00
// no javadoc for the root project
publishArtifact in (Compile, packageDoc) := false
2011-11-13 06:45:12 +08:00
// no source for the root project
publishArtifact in (Compile, packageSrc) := false