mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-28 10:05:26 +02:00
@@ -124,7 +124,7 @@ public interface PlotPlatform<P> extends LocaleHolder {
|
|||||||
* Gets the server brand name
|
* Gets the server brand name
|
||||||
*
|
*
|
||||||
* @return server brand
|
* @return server brand
|
||||||
* @since TODO
|
* @since 7.5.3
|
||||||
*/
|
*/
|
||||||
@NonNull String serverBrand();
|
@NonNull String serverBrand();
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "com.intellectualsites.plotsquared"
|
group = "com.intellectualsites.plotsquared"
|
||||||
version = "7.5.3-SNAPSHOT"
|
version = "7.5.3"
|
||||||
|
|
||||||
if (!File("$rootDir/.git").exists()) {
|
if (!File("$rootDir/.git").exists()) {
|
||||||
logger.lifecycle("""
|
logger.lifecycle("""
|
||||||
|
Reference in New Issue
Block a user