1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -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 package com.beust.kobalt.api
/** /**
* Plug-ins that want to * Plug-ins that want to override the local maven repo path.
*/ */
interface ILocalMavenRepoPathInterceptor : IInterceptor { interface ILocalMavenRepoPathInterceptor : IInterceptor {
fun repoPath(currentPath: String) : String fun repoPath(currentPath: String) : String