[Notice] Announcing the End of Demo Server [Read me]
build: Remove source and docs from dist files]
@8f2ba2773127ee96241762f06fc65be63d9ce6fb
--- build.sbt
+++ build.sbt
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 |
|
4 | 4 |
name := """yona""" |
5 | 5 |
|
6 |
-version := "1.10.0" |
|
6 |
+version := "1.11.0" |
|
7 | 7 |
|
8 | 8 |
libraryDependencies ++= Seq( |
9 | 9 |
// Add your project dependencies here, |
... | ... | @@ -80,10 +80,14 @@ |
80 | 80 |
TwirlKeys.templateImports in Compile += "java.util._", |
81 | 81 |
includeFilter in (Assets, LessKeys.less) := "*.less", |
82 | 82 |
excludeFilter in (Assets, LessKeys.less) := "_*.less", |
83 |
- javaOptions in test ++= Seq("-Xmx2g", "-Xms1g", "-XX:MaxPermSize=1g", "-Dfile.encoding=UTF-8"), |
|
83 |
+ javaOptions in test ++= Seq("-Xmx2g", "-Xms1g", "-Dfile.encoding=UTF-8"), |
|
84 | 84 |
scalacOptions ++= Seq("-feature") |
85 | 85 |
) |
86 | 86 |
|
87 |
+publishArtifact in packageDoc := false |
|
88 |
+ |
|
89 |
+publishArtifact in packageSrc := false |
|
90 |
+ |
|
87 | 91 |
buildInfoSettings |
88 | 92 |
|
89 | 93 |
sourceGenerators in Compile <+= buildInfo |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?