1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00
This commit is contained in:
Cedric Beust 2016-07-21 19:56:29 -07:00
parent 84f104c2d6
commit 9265eb20fb

View file

@ -1,7 +1,7 @@
package com.beust.kobalt.api
/**
* Plug-ins that want to
* Plug-ins that want to override the local maven repo path.
*/
interface ILocalMavenRepoPathInterceptor : IInterceptor {
fun repoPath(currentPath: String) : String