1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Not needed, we already have localMaven().

This commit is contained in:
Cedric Beust 2016-07-19 21:33:39 -08:00
parent f31c092acf
commit 19d18bce82

View file

@ -14,9 +14,6 @@ import java.net.InetSocketAddress
fun homeDir(vararg dirs: String) : String = SystemProperties.homeDir +
File.separator + dirs.toMutableList().joinToString(File.separator)
@Directive
fun localMavenRepo() = homeDir(".m2" + File.separator + "repository/")
@Directive
fun file(file: String) : String = FileDependency.PREFIX_FILE + file