We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9214356 commit fa38cc8Copy full SHA for fa38cc8
Bukkit/build.gradle.kts
@@ -15,6 +15,7 @@ repositories {
15
name = "EssentialsX"
16
url = uri("https://repo.essentialsx.net/releases/")
17
}
18
+ // To be removed when "adventure-platform-bukkit" cuts a new release of 4.4.1 or higher
19
maven("https://central.sonatype.com/repository/maven-snapshots/") {
20
content {
21
includeGroup("net.kyori")
build.gradle.kts
@@ -20,7 +20,7 @@ plugins {
22
group = "com.intellectualsites.plotsquared"
23
-version = "7.5.6-SNAPSHOT"
+version = "7.5.6-Premium"
24
25
if (!File("$rootDir/.git").exists()) {
26
logger.lifecycle("""
0 commit comments