summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorRoman Timushev <rtimush@gmail.com>2017-12-29 10:28:51 +0100
committerRoman Timushev <rtimush@gmail.com>2017-12-29 19:05:00 +0100
commit1a0cce2d21e9d90058386890f77a57291a494359 (patch)
tree84776b5439c07292fd01a665b1fae2fd7510f0eb /build.sc
parent8583a2a95a0bf0b3dcfb74bfb47ea18719be01c1 (diff)
downloadmill-1a0cce2d21e9d90058386890f77a57291a494359.tar.gz
mill-1a0cce2d21e9d90058386890f77a57291a494359.tar.bz2
mill-1a0cce2d21e9d90058386890f77a57291a494359.zip
Cross-publish for ScalaJS
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 5fdfaa2a..a9e63b43 100755
--- a/build.sc
+++ b/build.sc
@@ -12,7 +12,7 @@ trait MillPublishModule extends PublishModule {
def pomSettings = PomSettings(
organization = "com.lihaoyi",
- description = publishName(),
+ description = artifactId(),
developers = Seq(Developer("lihaoyi", "Li Haoyi", "https://github.com/lihaoyi/mill")),
licenses = Seq(License("MIT License", "https://spdx.org/licenses/MIT.html#licenseText")),
scm = SCM("https://github.com/lihaoyi/mill", "scm:git:https://github.com/lihaoyi/mill.git"),