File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 kotlin(" jvm" ) version " 2.4.0"
88 kotlin(" plugin.serialization" ) version " 2.4.0"
99 id(" io.papermc.paperweight.userdev" ) version " 2.0.0-SNAPSHOT"
10- id(" com.diffplug.spotless" ) version " 8.7 .0"
10+ id(" com.diffplug.spotless" ) version " 8.8 .0"
1111 id(" dev.detekt" ) version " 2.0.0-alpha.5"
1212}
1313
@@ -41,7 +41,7 @@ val h2Version = "2.4.240"
4141val hikariVersion = " 7.1.0"
4242val caffeineVersion = " 3.2.4"
4343val adventureVersion = " 4.14.0"
44- val junitVersion = " 6.1.0 "
44+ val junitVersion = " 6.1.1 "
4545val testcontainersVersion = " 1.21.4"
4646val generatedResourcesDir = layout.buildDirectory.dir(" generated/resources/mahjong" )
4747val generatedNativeResourcesDir = layout.buildDirectory.dir(" generated/resources/native" )
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.6.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.6.1 -bin.zip
44networkTimeout =120000
55retries =3
66retryBackOffMs =1000
You can’t perform that action at this time.
0 commit comments