diff --git a/_gradleCompositeBuild/gradle/wrapper/gradle-wrapper.jar b/_gradleCompositeBuild/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/_gradleCompositeBuild/gradle/wrapper/gradle-wrapper.jar and b/_gradleCompositeBuild/gradle/wrapper/gradle-wrapper.jar differ diff --git a/_gradleCompositeBuild/gradle/wrapper/gradle-wrapper.properties b/_gradleCompositeBuild/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/_gradleCompositeBuild/gradlew b/_gradleCompositeBuild/gradlew index b740cf133..f5feea6d6 100755 --- a/_gradleCompositeBuild/gradlew +++ b/_gradleCompositeBuild/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/_gradleCompositeBuild/gradlew.bat b/_gradleCompositeBuild/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/_gradleCompositeBuild/gradlew.bat +++ b/_gradleCompositeBuild/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/action_basics/gradle/wrapper/gradle-wrapper.jar b/action_basics/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/action_basics/gradle/wrapper/gradle-wrapper.jar and b/action_basics/gradle/wrapper/gradle-wrapper.jar differ diff --git a/action_basics/gradle/wrapper/gradle-wrapper.properties b/action_basics/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/action_basics/gradlew b/action_basics/gradlew index b740cf133..f5feea6d6 100755 --- a/action_basics/gradlew +++ b/action_basics/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/action_basics/gradlew.bat b/action_basics/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/action_basics/gradlew.bat +++ b/action_basics/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/comparing_string_references_inspection/gradle/wrapper/gradle-wrapper.jar b/comparing_string_references_inspection/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/comparing_string_references_inspection/gradle/wrapper/gradle-wrapper.jar and b/comparing_string_references_inspection/gradle/wrapper/gradle-wrapper.jar differ diff --git a/comparing_string_references_inspection/gradle/wrapper/gradle-wrapper.properties b/comparing_string_references_inspection/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-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 b740cf133..f5feea6d6 100755 --- a/comparing_string_references_inspection/gradlew +++ b/comparing_string_references_inspection/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$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/gradlew.bat b/comparing_string_references_inspection/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/comparing_string_references_inspection/gradlew.bat +++ b/comparing_string_references_inspection/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/conditional_operator_intention/gradle/wrapper/gradle-wrapper.jar b/conditional_operator_intention/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/conditional_operator_intention/gradle/wrapper/gradle-wrapper.jar and b/conditional_operator_intention/gradle/wrapper/gradle-wrapper.jar differ diff --git a/conditional_operator_intention/gradle/wrapper/gradle-wrapper.properties b/conditional_operator_intention/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/conditional_operator_intention/gradlew b/conditional_operator_intention/gradlew index b740cf133..f5feea6d6 100755 --- a/conditional_operator_intention/gradlew +++ b/conditional_operator_intention/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/conditional_operator_intention/gradlew.bat b/conditional_operator_intention/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/conditional_operator_intention/gradlew.bat +++ b/conditional_operator_intention/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/editor_basics/gradle/wrapper/gradle-wrapper.jar b/editor_basics/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/editor_basics/gradle/wrapper/gradle-wrapper.jar and b/editor_basics/gradle/wrapper/gradle-wrapper.jar differ diff --git a/editor_basics/gradle/wrapper/gradle-wrapper.properties b/editor_basics/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/editor_basics/gradlew b/editor_basics/gradlew index b740cf133..f5feea6d6 100755 --- a/editor_basics/gradlew +++ b/editor_basics/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/editor_basics/gradlew.bat b/editor_basics/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/editor_basics/gradlew.bat +++ b/editor_basics/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/facet_basics/gradle/wrapper/gradle-wrapper.jar b/facet_basics/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/facet_basics/gradle/wrapper/gradle-wrapper.jar and b/facet_basics/gradle/wrapper/gradle-wrapper.jar differ diff --git a/facet_basics/gradle/wrapper/gradle-wrapper.properties b/facet_basics/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/facet_basics/gradlew b/facet_basics/gradlew index b740cf133..f5feea6d6 100755 --- a/facet_basics/gradlew +++ b/facet_basics/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/facet_basics/gradlew.bat b/facet_basics/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/facet_basics/gradlew.bat +++ b/facet_basics/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/framework_basics/gradle/wrapper/gradle-wrapper.jar b/framework_basics/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/framework_basics/gradle/wrapper/gradle-wrapper.jar and b/framework_basics/gradle/wrapper/gradle-wrapper.jar differ diff --git a/framework_basics/gradle/wrapper/gradle-wrapper.properties b/framework_basics/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/framework_basics/gradlew b/framework_basics/gradlew index b740cf133..f5feea6d6 100755 --- a/framework_basics/gradlew +++ b/framework_basics/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/framework_basics/gradlew.bat b/framework_basics/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/framework_basics/gradlew.bat +++ b/framework_basics/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/kotlin_demo/gradle/wrapper/gradle-wrapper.jar b/kotlin_demo/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/kotlin_demo/gradle/wrapper/gradle-wrapper.jar and b/kotlin_demo/gradle/wrapper/gradle-wrapper.jar differ diff --git a/kotlin_demo/gradle/wrapper/gradle-wrapper.properties b/kotlin_demo/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 100644 --- a/kotlin_demo/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin_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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/kotlin_demo/gradlew b/kotlin_demo/gradlew index b740cf133..f5feea6d6 100755 --- a/kotlin_demo/gradlew +++ b/kotlin_demo/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/kotlin_demo/gradlew.bat b/kotlin_demo/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/kotlin_demo/gradlew.bat +++ b/kotlin_demo/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/live_templates/gradle/wrapper/gradle-wrapper.jar b/live_templates/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/live_templates/gradle/wrapper/gradle-wrapper.jar and b/live_templates/gradle/wrapper/gradle-wrapper.jar differ diff --git a/live_templates/gradle/wrapper/gradle-wrapper.properties b/live_templates/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/live_templates/gradlew b/live_templates/gradlew index b740cf133..f5feea6d6 100755 --- a/live_templates/gradlew +++ b/live_templates/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/live_templates/gradlew.bat b/live_templates/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/live_templates/gradlew.bat +++ b/live_templates/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/max_opened_projects/gradle/wrapper/gradle-wrapper.jar b/max_opened_projects/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/max_opened_projects/gradle/wrapper/gradle-wrapper.jar and b/max_opened_projects/gradle/wrapper/gradle-wrapper.jar differ diff --git a/max_opened_projects/gradle/wrapper/gradle-wrapper.properties b/max_opened_projects/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/max_opened_projects/gradlew b/max_opened_projects/gradlew index b740cf133..f5feea6d6 100755 --- a/max_opened_projects/gradlew +++ b/max_opened_projects/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/max_opened_projects/gradlew.bat b/max_opened_projects/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/max_opened_projects/gradlew.bat +++ b/max_opened_projects/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/module/gradle/wrapper/gradle-wrapper.jar b/module/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/module/gradle/wrapper/gradle-wrapper.jar and b/module/gradle/wrapper/gradle-wrapper.jar differ diff --git a/module/gradle/wrapper/gradle-wrapper.properties b/module/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/module/gradlew b/module/gradlew index b740cf133..f5feea6d6 100755 --- a/module/gradlew +++ b/module/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/module/gradlew.bat b/module/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/module/gradlew.bat +++ b/module/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.jar b/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.jar and b/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.jar differ diff --git a/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.properties b/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-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 b740cf133..f5feea6d6 100755 --- a/product_specific/pycharm_basics/gradlew +++ b/product_specific/pycharm_basics/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$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/gradlew.bat b/product_specific/pycharm_basics/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/product_specific/pycharm_basics/gradlew.bat +++ b/product_specific/pycharm_basics/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/project_model/gradle/wrapper/gradle-wrapper.jar b/project_model/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/project_model/gradle/wrapper/gradle-wrapper.jar and b/project_model/gradle/wrapper/gradle-wrapper.jar differ diff --git a/project_model/gradle/wrapper/gradle-wrapper.properties b/project_model/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/project_model/gradlew b/project_model/gradlew index b740cf133..f5feea6d6 100755 --- a/project_model/gradlew +++ b/project_model/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/project_model/gradlew.bat b/project_model/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/project_model/gradlew.bat +++ b/project_model/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/project_view_pane/gradle/wrapper/gradle-wrapper.jar b/project_view_pane/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/project_view_pane/gradle/wrapper/gradle-wrapper.jar and b/project_view_pane/gradle/wrapper/gradle-wrapper.jar differ diff --git a/project_view_pane/gradle/wrapper/gradle-wrapper.properties b/project_view_pane/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/project_view_pane/gradlew b/project_view_pane/gradlew index b740cf133..f5feea6d6 100755 --- a/project_view_pane/gradlew +++ b/project_view_pane/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/project_view_pane/gradlew.bat b/project_view_pane/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/project_view_pane/gradlew.bat +++ b/project_view_pane/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/project_wizard/gradle/wrapper/gradle-wrapper.jar b/project_wizard/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/project_wizard/gradle/wrapper/gradle-wrapper.jar and b/project_wizard/gradle/wrapper/gradle-wrapper.jar differ diff --git a/project_wizard/gradle/wrapper/gradle-wrapper.properties b/project_wizard/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/project_wizard/gradlew b/project_wizard/gradlew index b740cf133..f5feea6d6 100755 --- a/project_wizard/gradlew +++ b/project_wizard/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/project_wizard/gradlew.bat b/project_wizard/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/project_wizard/gradlew.bat +++ b/project_wizard/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/psi_demo/gradle/wrapper/gradle-wrapper.jar b/psi_demo/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/psi_demo/gradle/wrapper/gradle-wrapper.jar and b/psi_demo/gradle/wrapper/gradle-wrapper.jar differ diff --git a/psi_demo/gradle/wrapper/gradle-wrapper.properties b/psi_demo/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/psi_demo/gradlew b/psi_demo/gradlew index b740cf133..f5feea6d6 100755 --- a/psi_demo/gradlew +++ b/psi_demo/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/psi_demo/gradlew.bat b/psi_demo/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/psi_demo/gradlew.bat +++ b/psi_demo/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/run_configuration/gradle/wrapper/gradle-wrapper.jar b/run_configuration/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/run_configuration/gradle/wrapper/gradle-wrapper.jar and b/run_configuration/gradle/wrapper/gradle-wrapper.jar differ diff --git a/run_configuration/gradle/wrapper/gradle-wrapper.properties b/run_configuration/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/run_configuration/gradlew b/run_configuration/gradlew index b740cf133..f5feea6d6 100755 --- a/run_configuration/gradlew +++ b/run_configuration/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/run_configuration/gradlew.bat b/run_configuration/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/run_configuration/gradlew.bat +++ b/run_configuration/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/settings/gradle/wrapper/gradle-wrapper.jar b/settings/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/settings/gradle/wrapper/gradle-wrapper.jar and b/settings/gradle/wrapper/gradle-wrapper.jar differ diff --git a/settings/gradle/wrapper/gradle-wrapper.properties b/settings/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/settings/gradlew b/settings/gradlew index b740cf133..f5feea6d6 100755 --- a/settings/gradlew +++ b/settings/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/settings/gradlew.bat b/settings/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/settings/gradlew.bat +++ b/settings/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/simple_language_plugin/gradle/wrapper/gradle-wrapper.jar b/simple_language_plugin/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/simple_language_plugin/gradle/wrapper/gradle-wrapper.jar and b/simple_language_plugin/gradle/wrapper/gradle-wrapper.jar differ diff --git a/simple_language_plugin/gradle/wrapper/gradle-wrapper.properties b/simple_language_plugin/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/simple_language_plugin/gradlew b/simple_language_plugin/gradlew index b740cf133..f5feea6d6 100755 --- a/simple_language_plugin/gradlew +++ b/simple_language_plugin/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/simple_language_plugin/gradlew.bat b/simple_language_plugin/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/simple_language_plugin/gradlew.bat +++ b/simple_language_plugin/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/tool_window/gradle/wrapper/gradle-wrapper.jar b/tool_window/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/tool_window/gradle/wrapper/gradle-wrapper.jar and b/tool_window/gradle/wrapper/gradle-wrapper.jar differ diff --git a/tool_window/gradle/wrapper/gradle-wrapper.properties b/tool_window/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/tool_window/gradlew b/tool_window/gradlew index b740cf133..f5feea6d6 100755 --- a/tool_window/gradlew +++ b/tool_window/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/tool_window/gradlew.bat b/tool_window/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/tool_window/gradlew.bat +++ b/tool_window/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## diff --git a/tree_structure_provider/gradle/wrapper/gradle-wrapper.jar b/tree_structure_provider/gradle/wrapper/gradle-wrapper.jar index e6441136f..2c3521197 100644 Binary files a/tree_structure_provider/gradle/wrapper/gradle-wrapper.jar and b/tree_structure_provider/gradle/wrapper/gradle-wrapper.jar differ diff --git a/tree_structure_provider/gradle/wrapper/gradle-wrapper.properties b/tree_structure_provider/gradle/wrapper/gradle-wrapper.properties index a4413138c..09523c0e5 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/tree_structure_provider/gradlew b/tree_structure_provider/gradlew index b740cf133..f5feea6d6 100755 --- a/tree_structure_provider/gradlew +++ b/tree_structure_provider/gradlew @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# SPDX-License-Identifier: Apache-2.0 +# ############################################################################## # @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s +' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum diff --git a/tree_structure_provider/gradlew.bat b/tree_structure_provider/gradlew.bat index 25da30dbd..9d21a2183 100644 --- a/tree_structure_provider/gradlew.bat +++ b/tree_structure_provider/gradlew.bat @@ -13,6 +13,8 @@ @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem +@rem SPDX-License-Identifier: Apache-2.0 +@rem @if "%DEBUG%"=="" @echo off @rem ##########################################################################