geforkt von Mirrors/FastAsyncWorldEdit
Release 2.5.1
Dieser Commit ist enthalten in:
Ursprung
5e8bc5c2ad
Commit
09d405935a
@ -51,7 +51,7 @@ ext {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
version = String.format("%s-%s", rootVersion, buildNumber)
|
version = String.format("%s", rootVersion)
|
||||||
|
|
||||||
if (!project.hasProperty("gitCommitHash")) {
|
if (!project.hasProperty("gitCommitHash")) {
|
||||||
apply(plugin = "org.ajoberstar.grgit")
|
apply(plugin = "org.ajoberstar.grgit")
|
||||||
|
@ -3,7 +3,7 @@ package com.fastasyncworldedit.core.util;
|
|||||||
/**
|
/**
|
||||||
* @deprecated Unused, will be removed in the future. Use String concatenation instead.
|
* @deprecated Unused, will be removed in the future. Use String concatenation instead.
|
||||||
*/
|
*/
|
||||||
@Deprecated(forRemoval = true, since = "TODO")
|
@Deprecated(forRemoval = true, since = "2.5.1")
|
||||||
public class JoinedCharSequence implements CharSequence {
|
public class JoinedCharSequence implements CharSequence {
|
||||||
|
|
||||||
private char join;
|
private char join;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren