Release package should contain a license

This commit is contained in:
Karol Stasiak 2018-01-20 23:50:08 +01:00
parent 474639760a
commit 6ad022782b
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ releaseDist := {
IO.createDirectory(releasesDir)
IO.createDirectory(distDir)
IO.copyFile(jar, distDir / jar.name)
IO.copyFile(base / "LICENSE", distDir / "LICENSE")
IO.copyFile(base / "README.md", distDir / "README.md")
def copyDir(name: String): Unit = {
IO.createDirectory(distDir / name)
IO.copyDirectory(base / name, distDir / name)