File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
16
16
- name : Set up JDK
17
17
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
}
9
9
10
10
dependencies {
11
- implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.6 " )
11
+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.0.1 " )
12
12
implementation(" net.minecrell:plugin-yml:0.6.0" )
13
13
implementation(" xyz.jpenilla:run-task:2.3.1" )
14
14
implementation(" me.champeau.jmh:jmh-gradle-plugin:0.7.3" )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ object Versions {
8
8
const val ETERNALCODE_COMMONS = " 1.1.5"
9
9
const val MULTIFICATION = " 1.2.1"
10
10
11
- const val JETBRAINS_ANNOTATIONS = " 24.1.0 "
11
+ const val JETBRAINS_ANNOTATIONS = " 26.0.2 "
12
12
13
13
const val ADVENTURE_PLATFORM_BUKKIT = " 4.3.4"
14
14
const val ADVENTURE_API = " 4.18.0"
@@ -21,5 +21,5 @@ object Versions {
21
21
const val POSTGRESQL = " 42.7.5"
22
22
const val H2 = " 2.3.232"
23
23
const val ORMLITE = " 6.1"
24
- const val HIKARI_CP = " 5.1.0 "
24
+ const val HIKARI_CP = " 7.0.1 "
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.21.2 "
6
+ toolVersion = " 11.0.0 "
7
7
8
8
configFile = file(" ${rootDir} /config/checkstyle/checkstyle.xml" )
9
9
configProperties[" checkstyle.suppressions.file" ] = " ${rootDir} /config/checkstyle/suppressions.xml"
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.12.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments