From a6bd3dbe0f9f6d58326f0ffaa0737d07d5a3821f Mon Sep 17 00:00:00 2001 From: Guillaume Massé Date: Thu, 1 Mar 2018 05:28:48 +0100 Subject: Add dsl for SCM (now called VersionControl) (#168) The scm url syntax is a source of confusion for developper. I added VersionControl.github() to simplify this process. We can add other common VersionControl url scheme like Bazar, etc. --- build.sc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build.sc') diff --git a/build.sc b/build.sc index 4fe721d1..d0b8db56 100755 --- a/build.sc +++ b/build.sc @@ -28,6 +28,9 @@ trait MillPublishModule extends PublishModule{ "git://github.com/lihaoyi/mill.git", "scm:git://github.com/lihaoyi/mill.git" ), + // TODO 0.1.4: + // versionControl = VersionControl.github("lihaoyi", "mill") + developers = Seq( Developer("lihaoyi", "Li Haoyi","https://github.com/lihaoyi") ) -- cgit v1.2.3