1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-04-05 08:03:13 +00:00

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

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