Fix: Naming conventions
This commit is contained in:
parent
e1df9d3d9d
commit
0fdf1667b1
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ publishing {
|
|||
publications {
|
||||
create<MavenPublication>("shadow") {
|
||||
groupId = project.group as String
|
||||
artifactId = "EntityLib-" + project.name
|
||||
artifactId = project.name
|
||||
version = project.version as String
|
||||
|
||||
if (isShadow) {
|
||||
|
|
Loading…
Reference in a new issue