mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-30 02:55:27 +02:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
07dfdeef2c | ||
![]() |
025b08e716 | ||
![]() |
921435689e | ||
![]() |
aae154b23a |
@@ -15,6 +15,12 @@ repositories {
|
||||
name = "EssentialsX"
|
||||
url = uri("https://repo.essentialsx.net/releases/")
|
||||
}
|
||||
// To be removed when "adventure-platform-bukkit" cuts a new release of 4.4.1 or higher
|
||||
maven("https://central.sonatype.com/repository/maven-snapshots/") {
|
||||
content {
|
||||
includeGroup("net.kyori")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@@ -20,7 +20,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "com.intellectualsites.plotsquared"
|
||||
version = "7.5.5"
|
||||
version = "7.5.7-SNAPSHOT"
|
||||
|
||||
if (!File("$rootDir/.git").exists()) {
|
||||
logger.lifecycle("""
|
||||
|
@@ -8,7 +8,7 @@ gson = "2.10"
|
||||
guava = "31.1-jre"
|
||||
snakeyaml = "2.0"
|
||||
adventure = "4.23.0"
|
||||
adventure-bukkit = "4.4.0"
|
||||
adventure-bukkit = "4.4.1-SNAPSHOT"
|
||||
log4j = "2.19.0"
|
||||
|
||||
# Plugins
|
||||
|
Reference in New Issue
Block a user