summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorGuillaume Massé <masgui@gmail.com>2018-03-01 05:28:48 +0100
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-28 20:28:48 -0800
commita6bd3dbe0f9f6d58326f0ffaa0737d07d5a3821f (patch)
tree3defba186bc48369269eb618cbca3802ea7bab1e /build.sc
parentc7b2fff6badcc595c177f85c7331cc4868c73412 (diff)
downloadmill-a6bd3dbe0f9f6d58326f0ffaa0737d07d5a3821f.tar.gz
mill-a6bd3dbe0f9f6d58326f0ffaa0737d07d5a3821f.tar.bz2
mill-a6bd3dbe0f9f6d58326f0ffaa0737d07d5a3821f.zip
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.
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc3
1 files changed, 3 insertions, 0 deletions
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")
)