Initial Kotlin plugin support in Maven

This commit is contained in:
Sergey Mashkov
2016-10-07 22:22:15 +03:00
committed by Yan Zhulanow
parent ed7c38fb96
commit f59377011c
4 changed files with 131 additions and 11 deletions
@@ -125,4 +125,4 @@ private class PluginURLClassLoader(urls: Array<URL>, parent: ClassLoader) : Clas
}
}
}
}