Separate and uppercase libs artifacts

This commit is contained in:
NotMyFault 2021-09-20 22:30:46 +02:00
parent bb06492091
commit f8ed4e0c38
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -164,7 +164,7 @@ fun Project.applyLibrariesConfiguration() {
from(libsComponent)
group = "com.fastasyncworldedit"
artifactId = "${rootProject.name}-Libs"
artifactId = "FastAsyncWorldEdit-Libs-${project.name.capitalize()}"
version = version
pom {