chore: update Gradle wrapper to version 9.4.0 and Kotlin standard library to 2.4.10

This commit is contained in:
Kingkor Roy Tirtho 2026-08-16 11:57:10 +06:00
parent 95e9d563ec
commit 0a76abba65
3 changed files with 6 additions and 2 deletions

View File

@ -316,8 +316,12 @@ nucleus.application {
modules("jdk.unsupported") modules("jdk.unsupported")
homepage = "https://spotube.cc"
linux { linux {
modules("jdk.security.auth") modules("jdk.security.auth")
debMaintainer = "Team Spotube <team.spotube@proton.me>"
rpmLicenseType = "AGPL-3.0-or-later"
} }
windows { windows {
shortcut = true shortcut = true

View File

@ -53,7 +53,7 @@ vlcj = "4.12.1"
vlcjNative = "4.12.0" vlcjNative = "4.12.0"
ziplineVersion = "1.27.0" ziplineVersion = "1.27.0"
ktor = "3.5.1" ktor = "3.5.1"
kotlinStdlib = "2.3.21" kotlinStdlib = "2.4.10"
runner = "1.7.0" runner = "1.7.0"
core = "1.7.0" core = "1.7.0"
filekit = "0.14.2" filekit = "0.14.2"

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-all.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME