1
0

upgrade various versions, including gradle to 8.12
All checks were successful
Build & Publish / build (push) Successful in 4m31s

This commit is contained in:
Jannik Reimers 2025-01-08 18:45:17 +01:00
parent 9228529f18
commit 7d4d0fda3f
Signed by: jansel
GPG Key ID: 39C62D7D5233CFD0
5 changed files with 6 additions and 7 deletions

View File

@ -89,6 +89,6 @@ docker {
} }
tasks.wrapper { tasks.wrapper {
gradleVersion = "8.11.1" gradleVersion = "8.12"
distributionType = Wrapper.DistributionType.BIN distributionType = Wrapper.DistributionType.BIN
} }

View File

@ -1,5 +1,5 @@
[versions] [versions]
kotlin = "2.0.21" # Note: Plugin versions must be updated in the settings.gradle.kts too kotlin = "2.1.0" # Note: Plugin versions must be updated in the settings.gradle.kts too
groovy = "3.0.23" groovy = "3.0.23"
jansi = "2.4.1" jansi = "2.4.1"

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.11.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

3
gradlew vendored
View File

@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034 # shellcheck disable=SC2034
APP_BASE_NAME=${0##*/} APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value. # Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum MAX_FD=maximum

View File

@ -1,8 +1,8 @@
pluginManagement { pluginManagement {
plugins { plugins {
// Update this in libs.version.toml when you change it here. // Update this in libs.version.toml when you change it here.
kotlin("jvm") version "2.0.21" kotlin("jvm") version "2.1.0"
kotlin("plugin.serialization") version "2.0.21" kotlin("plugin.serialization") version "2.1.0"
id("com.github.johnrengelman.shadow") version "8.1.1" id("com.github.johnrengelman.shadow") version "8.1.1"