diff --git a/_gradleCompositeBuild/gradle/wrapper/gradle-wrapper.jar b/_gradleCompositeBuild/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/_gradleCompositeBuild/gradle/wrapper/gradle-wrapper.properties +++ b/_gradleCompositeBuild/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/_gradleCompositeBuild/gradlew b/_gradleCompositeBuild/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/_gradleCompositeBuild/gradlew +++ b/_gradleCompositeBuild/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/action_basics/gradle/wrapper/gradle-wrapper.jar b/action_basics/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/action_basics/gradle/wrapper/gradle-wrapper.properties +++ b/action_basics/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/action_basics/gradlew b/action_basics/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/action_basics/gradlew +++ b/action_basics/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/comparing_string_references_inspection/gradle/wrapper/gradle-wrapper.jar b/comparing_string_references_inspection/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/comparing_string_references_inspection/gradle/wrapper/gradle-wrapper.properties +++ b/comparing_string_references_inspection/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/comparing_string_references_inspection/gradlew b/comparing_string_references_inspection/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/comparing_string_references_inspection/gradlew +++ b/comparing_string_references_inspection/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/conditional_operator_intention/gradle/wrapper/gradle-wrapper.jar b/conditional_operator_intention/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/conditional_operator_intention/gradle/wrapper/gradle-wrapper.properties +++ b/conditional_operator_intention/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/conditional_operator_intention/gradlew b/conditional_operator_intention/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/conditional_operator_intention/gradlew +++ b/conditional_operator_intention/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/editor_basics/gradle/wrapper/gradle-wrapper.jar b/editor_basics/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/editor_basics/gradle/wrapper/gradle-wrapper.properties +++ b/editor_basics/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/editor_basics/gradlew b/editor_basics/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/editor_basics/gradlew +++ b/editor_basics/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/facet_basics/gradle/wrapper/gradle-wrapper.jar b/facet_basics/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/facet_basics/gradle/wrapper/gradle-wrapper.properties +++ b/facet_basics/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/facet_basics/gradlew b/facet_basics/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/facet_basics/gradlew +++ b/facet_basics/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/framework_basics/gradle/wrapper/gradle-wrapper.jar b/framework_basics/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/framework_basics/gradle/wrapper/gradle-wrapper.properties +++ b/framework_basics/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/framework_basics/gradlew b/framework_basics/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/framework_basics/gradlew +++ b/framework_basics/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/kotlin_demo/gradle/wrapper/gradle-wrapper.jar b/kotlin_demo/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/kotlin_demo/gradle/wrapper/gradle-wrapper.properties +++ b/kotlin_demo/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/kotlin_demo/gradlew b/kotlin_demo/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/kotlin_demo/gradlew +++ b/kotlin_demo/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/live_templates/gradle/wrapper/gradle-wrapper.jar b/live_templates/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/live_templates/gradle/wrapper/gradle-wrapper.properties +++ b/live_templates/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/live_templates/gradlew b/live_templates/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/live_templates/gradlew +++ b/live_templates/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/max_opened_projects/gradle/wrapper/gradle-wrapper.jar b/max_opened_projects/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/max_opened_projects/gradle/wrapper/gradle-wrapper.properties +++ b/max_opened_projects/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/max_opened_projects/gradlew b/max_opened_projects/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/max_opened_projects/gradlew +++ b/max_opened_projects/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/module/gradle/wrapper/gradle-wrapper.jar b/module/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/module/gradle/wrapper/gradle-wrapper.properties +++ b/module/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/module/gradlew b/module/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/module/gradlew +++ b/module/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.jar b/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.properties +++ b/product_specific/pycharm_basics/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/product_specific/pycharm_basics/gradlew b/product_specific/pycharm_basics/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/product_specific/pycharm_basics/gradlew +++ b/product_specific/pycharm_basics/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/project_model/gradle/wrapper/gradle-wrapper.jar b/project_model/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/project_model/gradle/wrapper/gradle-wrapper.properties +++ b/project_model/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/project_model/gradlew b/project_model/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/project_model/gradlew +++ b/project_model/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/project_view_pane/gradle/wrapper/gradle-wrapper.jar b/project_view_pane/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/project_view_pane/gradle/wrapper/gradle-wrapper.properties +++ b/project_view_pane/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/project_view_pane/gradlew b/project_view_pane/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/project_view_pane/gradlew +++ b/project_view_pane/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/project_wizard/gradle/wrapper/gradle-wrapper.jar b/project_wizard/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/project_wizard/gradle/wrapper/gradle-wrapper.properties +++ b/project_wizard/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/project_wizard/gradlew b/project_wizard/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/project_wizard/gradlew +++ b/project_wizard/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/psi_demo/gradle/wrapper/gradle-wrapper.jar b/psi_demo/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/psi_demo/gradle/wrapper/gradle-wrapper.properties +++ b/psi_demo/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/psi_demo/gradlew b/psi_demo/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/psi_demo/gradlew +++ b/psi_demo/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/run_configuration/gradle/wrapper/gradle-wrapper.jar b/run_configuration/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/run_configuration/gradle/wrapper/gradle-wrapper.properties +++ b/run_configuration/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/run_configuration/gradlew b/run_configuration/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/run_configuration/gradlew +++ b/run_configuration/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/settings/gradle/wrapper/gradle-wrapper.jar b/settings/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/settings/gradle/wrapper/gradle-wrapper.properties +++ b/settings/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/settings/gradlew b/settings/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/settings/gradlew +++ b/settings/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/simple_language_plugin/gradle/wrapper/gradle-wrapper.jar b/simple_language_plugin/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/simple_language_plugin/gradle/wrapper/gradle-wrapper.properties +++ b/simple_language_plugin/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/simple_language_plugin/gradlew b/simple_language_plugin/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/simple_language_plugin/gradlew +++ b/simple_language_plugin/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/tool_window/gradle/wrapper/gradle-wrapper.jar b/tool_window/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/tool_window/gradle/wrapper/gradle-wrapper.properties +++ b/tool_window/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/tool_window/gradlew b/tool_window/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/tool_window/gradlew +++ b/tool_window/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/tree_structure_provider/gradle/wrapper/gradle-wrapper.jar b/tree_structure_provider/gradle/wrapper/gradle-wrapper.jar index c1962a79e..033e24c4c 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 37aef8d3f..9f4197d5f 100644 --- a/tree_structure_provider/gradle/wrapper/gradle-wrapper.properties +++ b/tree_structure_provider/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/tree_structure_provider/gradlew b/tree_structure_provider/gradlew index aeb74cbb4..fcb6fca14 100755 --- a/tree_structure_provider/gradlew +++ b/tree_structure_provider/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can.