mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-16 12:24:43 +02:00
Compare commits
7 Commits
fix-4306
...
renovate/m
Author | SHA1 | Date | |
---|---|---|---|
d030525614 | |||
1dfa3b4e66 | |||
8f236a56a6 | |||
e51121960d | |||
cc011de032 | |||
28298ffdd6 | |||
499d3c39bc |
@ -551,6 +551,7 @@ public class EventDispatcher {
|
||||
)
|
||||
);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
default -> {
|
||||
}
|
||||
|
@ -22,7 +22,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "com.intellectualsites.plotsquared"
|
||||
version = "7.3.5-SNAPSHOT"
|
||||
version = "7.3.6-SNAPSHOT"
|
||||
|
||||
if (!File("$rootDir/.git").exists()) {
|
||||
logger.lifecycle("""
|
||||
|
@ -34,7 +34,7 @@ serverlib = "2.3.4"
|
||||
|
||||
# Gradle plugins
|
||||
shadow = "8.1.1"
|
||||
grgit = "4.1.1"
|
||||
grgit = "5.2.2"
|
||||
spotless = "6.25.0"
|
||||
nexus = "1.3.0"
|
||||
runPaper = "2.2.3"
|
||||
|
Reference in New Issue
Block a user