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:
parent
f31c092acf
commit
19d18bce82
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue