mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
[GITHUB-200] Bad jar name for the kobaltPlugin template.
Fixes https://github.com/cbeust/kobalt/issues/200
This commit is contained in:
parent
e983a6aba6
commit
55c21daaa9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class KobaltPluginTemplate : ITemplateContributor {
|
|||
val NAME = "kobaltPlugin"
|
||||
}
|
||||
|
||||
val pluginTemplate = object: JarTemplate(ITemplateContributor.DIRECTORY_NAME + "/" + NAME) {
|
||||
val pluginTemplate = object: JarTemplate(ITemplateContributor.DIRECTORY_NAME + "/$NAME/$NAME.jar") {
|
||||
override val templateDescription = "Generate a sample Kobalt plug-in project"
|
||||
|
||||
override val templateName = NAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue