mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Template instructions.
This commit is contained in:
parent
245afe4946
commit
42454fd0ff
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ class ProjectGenerator @Inject constructor(val pluginInfo: PluginInfo){
|
||||||
if (template != null) {
|
if (template != null) {
|
||||||
log(2, "Running template $templateName")
|
log(2, "Running template $templateName")
|
||||||
template.generateTemplate(args, classLoader)
|
template.generateTemplate(args, classLoader)
|
||||||
log(1, "\n\n" + template.instructions)
|
log(1, "\n\nTemplate \"$templateName\" installed")
|
||||||
|
log(1, template.instructions)
|
||||||
} else {
|
} else {
|
||||||
warn("Couldn't find any template named $templateName")
|
warn("Couldn't find any template named $templateName")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue