From 7960c4a19b5955ea5d42d415cd04d9d2f9a42b95 Mon Sep 17 00:00:00 2001
From: Cedric Beust repos()
directive:
+val repos = repos("https://dl.bintray.com/cbeust/maven/")By default, this directive takes URL's as strings, but you can also use local files with the
-files
directive:+val repos = repos(file("/some/local/directory"))The
-homeDir()
directive can also come in handy when you want to specify a directory starting at your home directory:+val repos = repos(file(homeDir("some/directory/in/your/home")))Authenticated repos