diff --git a/_gradleCompositeBuild/gradle/wrapper/gradle-wrapper.properties b/_gradleCompositeBuild/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/_gradleCompositeBuild/gradle/wrapper/gradle-wrapper.properties +++ b/_gradleCompositeBuild/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/_gradleCompositeBuild/gradlew b/_gradleCompositeBuild/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/_gradleCompositeBuild/gradlew +++ b/_gradleCompositeBuild/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/action_basics/gradle/wrapper/gradle-wrapper.properties b/action_basics/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/action_basics/gradle/wrapper/gradle-wrapper.properties +++ b/action_basics/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/action_basics/gradlew b/action_basics/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/action_basics/gradlew +++ b/action_basics/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/comparing_string_references_inspection/gradle/wrapper/gradle-wrapper.properties b/comparing_string_references_inspection/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/comparing_string_references_inspection/gradle/wrapper/gradle-wrapper.properties +++ b/comparing_string_references_inspection/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/comparing_string_references_inspection/gradlew b/comparing_string_references_inspection/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/comparing_string_references_inspection/gradlew +++ b/comparing_string_references_inspection/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/conditional_operator_intention/gradle/wrapper/gradle-wrapper.properties b/conditional_operator_intention/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/conditional_operator_intention/gradle/wrapper/gradle-wrapper.properties +++ b/conditional_operator_intention/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/conditional_operator_intention/gradlew b/conditional_operator_intention/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/conditional_operator_intention/gradlew +++ b/conditional_operator_intention/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/editor_basics/gradle/wrapper/gradle-wrapper.properties b/editor_basics/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/editor_basics/gradle/wrapper/gradle-wrapper.properties +++ b/editor_basics/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/editor_basics/gradlew b/editor_basics/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/editor_basics/gradlew +++ b/editor_basics/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/facet_basics/gradle/wrapper/gradle-wrapper.properties b/facet_basics/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/facet_basics/gradle/wrapper/gradle-wrapper.properties +++ b/facet_basics/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/facet_basics/gradlew b/facet_basics/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/facet_basics/gradlew +++ b/facet_basics/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/framework_basics/gradle/wrapper/gradle-wrapper.properties b/framework_basics/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/framework_basics/gradle/wrapper/gradle-wrapper.properties +++ b/framework_basics/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/framework_basics/gradlew b/framework_basics/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/framework_basics/gradlew +++ b/framework_basics/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/live_templates/gradle/wrapper/gradle-wrapper.properties b/live_templates/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/live_templates/gradle/wrapper/gradle-wrapper.properties +++ b/live_templates/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/live_templates/gradlew b/live_templates/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/live_templates/gradlew +++ b/live_templates/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/max_opened_projects/gradle/wrapper/gradle-wrapper.properties b/max_opened_projects/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/max_opened_projects/gradle/wrapper/gradle-wrapper.properties +++ b/max_opened_projects/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/max_opened_projects/gradlew b/max_opened_projects/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/max_opened_projects/gradlew +++ b/max_opened_projects/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/module/gradle/wrapper/gradle-wrapper.properties b/module/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/module/gradle/wrapper/gradle-wrapper.properties +++ b/module/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/module/gradlew b/module/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/module/gradlew +++ b/module/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.properties b/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.properties +++ b/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/product_specific/pycharm_basics/gradlew b/product_specific/pycharm_basics/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/product_specific/pycharm_basics/gradlew +++ b/product_specific/pycharm_basics/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/project_model/gradle/wrapper/gradle-wrapper.properties b/project_model/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/project_model/gradle/wrapper/gradle-wrapper.properties +++ b/project_model/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/project_model/gradlew b/project_model/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/project_model/gradlew +++ b/project_model/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/project_view_pane/gradle/wrapper/gradle-wrapper.properties b/project_view_pane/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/project_view_pane/gradle/wrapper/gradle-wrapper.properties +++ b/project_view_pane/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/project_view_pane/gradlew b/project_view_pane/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/project_view_pane/gradlew +++ b/project_view_pane/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/project_wizard/gradle/wrapper/gradle-wrapper.properties b/project_wizard/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/project_wizard/gradle/wrapper/gradle-wrapper.properties +++ b/project_wizard/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/project_wizard/gradlew b/project_wizard/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/project_wizard/gradlew +++ b/project_wizard/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/psi_demo/gradle/wrapper/gradle-wrapper.properties b/psi_demo/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/psi_demo/gradle/wrapper/gradle-wrapper.properties +++ b/psi_demo/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/psi_demo/gradlew b/psi_demo/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/psi_demo/gradlew +++ b/psi_demo/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/run_configuration/gradle/wrapper/gradle-wrapper.properties b/run_configuration/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/run_configuration/gradle/wrapper/gradle-wrapper.properties +++ b/run_configuration/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/run_configuration/gradlew b/run_configuration/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/run_configuration/gradlew +++ b/run_configuration/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/settings/gradle/wrapper/gradle-wrapper.properties b/settings/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/settings/gradle/wrapper/gradle-wrapper.properties +++ b/settings/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/settings/gradlew b/settings/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/settings/gradlew +++ b/settings/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/simple_language_plugin/gradle/wrapper/gradle-wrapper.properties b/simple_language_plugin/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/simple_language_plugin/gradle/wrapper/gradle-wrapper.properties +++ b/simple_language_plugin/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/simple_language_plugin/gradlew b/simple_language_plugin/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/simple_language_plugin/gradlew +++ b/simple_language_plugin/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/tool_window/gradle/wrapper/gradle-wrapper.properties b/tool_window/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/tool_window/gradle/wrapper/gradle-wrapper.properties +++ b/tool_window/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/tool_window/gradlew b/tool_window/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/tool_window/gradlew +++ b/tool_window/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/tree_structure_provider/gradle/wrapper/gradle-wrapper.properties b/tree_structure_provider/gradle/wrapper/gradle-wrapper.properties index e2847c820..cea7a793a 100644 --- a/tree_structure_provider/gradle/wrapper/gradle-wrapper.properties +++ b/tree_structure_provider/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME 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 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/tree_structure_provider/gradlew b/tree_structure_provider/gradlew index f5feea6d6..f3b75f3b0 100755 --- a/tree_structure_provider/gradlew +++ b/tree_structure_provider/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # 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 -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum