geforkt von Mirrors/FastAsyncWorldEdit
chore: Address kotlin String#capitalize() deprecation (#2308)
* chore: Address kotlin String#capitalize() deprecation - Fixes #2283 - Don't bother with the longer version that allows Locales, we don't need that * Address comments
Dieser Commit ist enthalten in:
Ursprung
f0aef98870
Commit
39de48cdb1
@ -204,7 +204,7 @@ fun Project.applyLibrariesConfiguration() {
|
|||||||
from(libsComponent)
|
from(libsComponent)
|
||||||
|
|
||||||
group = "com.fastasyncworldedit"
|
group = "com.fastasyncworldedit"
|
||||||
artifactId = "FastAsyncWorldEdit-Libs-${project.name.capitalize()}"
|
artifactId = "FastAsyncWorldEdit-Libs-${project.name.replaceFirstChar(Char::titlecase)}"
|
||||||
version = version
|
version = version
|
||||||
|
|
||||||
pom {
|
pom {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren