File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99internal val kotlinJvmPluginId = libs.plugins.kotlinJvm.get().pluginId
1010internal val gradleKtLintPluginId = libs.plugins.gradleKtlint.get().pluginId
1111
12- internal val localJavaVersion = JavaVersion .VERSION_21 .majorVersion
12+ internal val localJavaVersion = JavaVersion .VERSION_23 .majorVersion
1313internal val toolChainVersionValue = localJavaVersion.toInt()
1414
1515allprojects {
Original file line number Diff line number Diff line change 8686# shellcheck disable=SC2034
8787APP_BASE_NAME=${0##*/ }
8888# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89- APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90- ' " $PWD " ) || exit
89+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
9190
9291# Use the maximum available, or set MAX_FD != -1 to use that value.
9392MAX_FD=maximum
You can’t perform that action at this time.
0 commit comments