Skip to content

Commit a67b7f4

Browse files
committed
chore: update Gradle wrapper scripts and properties for improved configuration
1 parent 3d9ad54 commit a67b7f4

File tree

5 files changed

+56
-47
lines changed

5 files changed

+56
-47
lines changed

build.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ dependencies {
2121
runtimeOnly(libs.mariadb)
2222
}
2323

24-
kotlin {
25-
jvmToolchain(25)
26-
}
27-
28-
java {
29-
toolchain {
30-
languageVersion.set(JavaLanguageVersion.of(25))
31-
}
32-
}
33-
3424
publishing {
3525
repositories {
3626
slneReleases()

gradle/wrapper/gradle-wrapper.jar

-14.9 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Thu Mar 13 20:39:28 CET 2025
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
43
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

gradlew

Lines changed: 32 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 22 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)