geforkt von Mirrors/FastAsyncWorldEdit
Back to snapshot for development
Dieser Commit ist enthalten in:
Ursprung
19ed349740
Commit
1e5b2fe0de
@ -33,7 +33,7 @@ logger.lifecycle("""
|
|||||||
*******************************************
|
*******************************************
|
||||||
""")
|
""")
|
||||||
|
|
||||||
var rootVersion by extra("2.5.2")
|
var rootVersion by extra("2.5.3")
|
||||||
var snapshot by extra("SNAPSHOT")
|
var snapshot by extra("SNAPSHOT")
|
||||||
var revision: String by extra("")
|
var revision: String by extra("")
|
||||||
var buildNumber by extra("")
|
var buildNumber by extra("")
|
||||||
@ -51,7 +51,7 @@ ext {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
version = String.format("%s", rootVersion)
|
version = String.format("%s-%s", rootVersion, buildNumber)
|
||||||
|
|
||||||
if (!project.hasProperty("gitCommitHash")) {
|
if (!project.hasProperty("gitCommitHash")) {
|
||||||
apply(plugin = "org.ajoberstar.grgit")
|
apply(plugin = "org.ajoberstar.grgit")
|
||||||
|
@ -5,13 +5,13 @@ import com.sk89q.worldedit.entity.Player;
|
|||||||
/**
|
/**
|
||||||
* @deprecated This interface has no functionality anymore
|
* @deprecated This interface has no functionality anymore
|
||||||
*/
|
*/
|
||||||
@Deprecated(forRemoval = true, since = "TODO")
|
@Deprecated(forRemoval = true, since = "2.5.2")
|
||||||
public interface MovableTool {
|
public interface MovableTool {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated This interface has no functionality anymore
|
* @deprecated This interface has no functionality anymore
|
||||||
*/
|
*/
|
||||||
@Deprecated(forRemoval = true, since = "TODO")
|
@Deprecated(forRemoval = true, since = "2.5.2")
|
||||||
boolean move(Player player);
|
boolean move(Player player);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren