From 1a0cce2d21e9d90058386890f77a57291a494359 Mon Sep 17 00:00:00 2001 From: Roman Timushev Date: Fri, 29 Dec 2017 10:28:51 +0100 Subject: Cross-publish for ScalaJS --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sc') 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"), -- cgit v1.2.3