File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,23 @@ object Versions {
3
3
const val SPIGOT_API = " 1.19.4-R0.1-SNAPSHOT"
4
4
5
5
const val OKAERI_CONFIGS = " 5.0.5"
6
- const val LITE_COMMANDS = " 3.6.0-SNAPSHOT "
6
+ const val LITE_COMMANDS = " 3.9.5 "
7
7
8
8
const val ETERNALCODE_COMMONS = " 1.1.5"
9
9
const val MULTIFICATION = " 1.1.4"
10
10
11
11
const val JETBRAINS_ANNOTATIONS = " 24.1.0"
12
12
13
13
const val ADVENTURE_PLATFORM_BUKKIT = " 4.3.4"
14
- const val ADVENTURE_API = " 4.17 .0"
14
+ const val ADVENTURE_API = " 4.18 .0"
15
15
16
16
const val VAULT_API = " 1.7.1"
17
17
18
18
const val PLACEHOLDER_API = " 2.11.6"
19
19
20
- const val MARIA_DB = " 3.4 .1"
20
+ const val MARIA_DB = " 3.5 .1"
21
21
const val POSTGRESQL = " 42.7.4"
22
- const val H2 = " 2.1.214 "
22
+ const val H2 = " 2.3.232 "
23
23
const val ORMLITE = " 6.1"
24
24
const val HIKARI_CP = " 5.1.0"
25
25
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
checkstyle {
6
- toolVersion = " 10.18.2 "
6
+ toolVersion = " 10.21.1 "
7
7
8
8
configFile = file(" ${rootDir} /config/checkstyle/checkstyle.xml" )
9
9
configProperties[" checkstyle.suppressions.file" ] = " ${rootDir} /config/checkstyle/suppressions.xml"
@@ -17,7 +17,7 @@ configurations.named("checkstyle") {
17
17
resolutionStrategy {
18
18
capabilitiesResolution {
19
19
withCapability(" com.google.collections:google-collections" ) {
20
- select(" com.google.guava:guava:33.3.1 -jre" )
20
+ select(" com.google.guava:guava:33.4.0 -jre" )
21
21
}
22
22
}
23
23
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 86
86
# shellcheck disable=SC2034
87
87
APP_BASE_NAME=${0##*/ }
88
88
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89
- APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90
- ' " $PWD " ) || exit
89
+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
91
90
92
91
# Use the maximum available, or set MAX_FD != -1 to use that value.
93
92
MAX_FD=maximum
You can’t perform that action at this time.
0 commit comments