1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Rename archetype name to archetypeName.

This commit is contained in:
Cedric Beust 2016-02-13 18:02:09 -08:00
parent 4b94a9c8e1
commit 2bfd7cc78e
5 changed files with 8 additions and 8 deletions

View file

@ -11,7 +11,7 @@ interface IInitContributor {
* The name of this archetype. This is the name that will be looked up when passed to the --init
* argument.
*/
val name: String
val archetypeName: String
/**
* Generate the files for this archetype. The parameter is the arguments that were passed to the kobaltw