Fix: Naming conventions

This commit is contained in:
Bram 2024-07-08 19:16:11 +02:00
parent e1df9d3d9d
commit 0fdf1667b1
No known key found for this signature in database
GPG key ID: 13E608068F40E3CC

View file

@ -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) {