mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Separate and uppercase libs artifacts
This commit is contained in:
parent
bb06492091
commit
f8ed4e0c38
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user