Use name as default artifactId
This commit is contained in:
@@ -38,7 +38,7 @@ class Config {
|
||||
Dependency(
|
||||
name = name,
|
||||
groupId = values["groupId"],
|
||||
artifactId = values["artifactId"],
|
||||
artifactId = values["artifactId"] ?: name,
|
||||
version = Version(versionKey, version),
|
||||
default = values.getOrElse("default", false),
|
||||
category = values.getEnumOrElse("category", Category.Other),
|
||||
|
||||
Reference in New Issue
Block a user