diff --git a/.github/dependencies.yml b/.github/dependencies.yml index 96d9991a3..9ada57348 100644 --- a/.github/dependencies.yml +++ b/.github/dependencies.yml @@ -12,7 +12,7 @@ dependencies: plugins/gradle: repo: gradle/gradle-completion branch: master - version: 63578c9bc56134b80766e88957ba0239e6be2343 + version: e7c881dbef7462bc35ad05328397e1582fe25cb8 precopy: | set -e find . ! -name _gradle ! -name LICENSE -delete diff --git a/plugins/gradle/_gradle b/plugins/gradle/_gradle index aa7c8dec1..05025ad93 100644 --- a/plugins/gradle/_gradle +++ b/plugins/gradle/_gradle @@ -284,6 +284,9 @@ __gradle_subcommand() { '-Dorg.gradle.debug.suspend=[]' \ '-Dorg.gradle.debug=[]:org.gradle.debug:(true false)' \ '-Dorg.gradle.dependency.verification=[Configures the dependency verification mode. Supported values are 'strict', 'lenient', or 'off'.]:org.gradle.dependency.verification:(strict lenient off)' \ + '-Dorg.gradle.isolated-projects.dangerously-ignore-problems=[]' \ + '-Dorg.gradle.isolated-projects.diagnostics=[]' \ + '-Dorg.gradle.isolated-projects=[Enables Isolated Projects. Projects are configured in parallel. Implies `--configuration-cache`.]' \ '-Dorg.gradle.java.home=[]:org.gradle.java.home:_directories' \ '-Dorg.gradle.java.installations.auto-detect=[]' \ '-Dorg.gradle.java.installations.auto-download=[]' \ @@ -299,8 +302,6 @@ __gradle_subcommand() { '-Dorg.gradle.problems.report=[Enables the HTML problems report.]' \ '-Dorg.gradle.projectcachedir=[Specifies the project-specific cache directory. Default is .gradle in the root project directory.]:org.gradle.projectcachedir:_directories' \ '-Dorg.gradle.tooling.parallel=[]' \ - '-Dorg.gradle.unsafe.isolated-projects.diagnostics=[]' \ - '-Dorg.gradle.unsafe.isolated-projects=[]' \ '-Dorg.gradle.vfs.verbose=[]' \ '-Dorg.gradle.vfs.watch=[Enables file system watching. Reuses file system data for subsequent builds.]:org.gradle.vfs.watch:(true false)' \ '-Dorg.gradle.warning.mode=[Specifies which mode of warnings to generate. Supported values are 'all', 'fail', 'summary' (default), or 'none'.]' \ @@ -328,12 +329,14 @@ __gradle_subcommand() { \*'--include-build[Includes the specified build in the composite.]:include build:_directories' \ (--quiet,-q,--warn,-w,--debug,-d){-i,--info}'[Sets the log level to info.]' \ \*{-I,--init-script}'[Specifies an initialization script.]:init script:_files -g \*.gradle(|.kts)' \ + (--no-isolated-projects)'--isolated-projects[Enables Isolated Projects. Projects are configured in parallel. Implies `--configuration-cache`. (incubating)]' \ '--max-workers[Configures the maximum number of concurrent workers Gradle is allowed to use.]' \ (--build-cache)'--no-build-cache[Disables the Gradle build cache.]' \ (--configuration-cache)'--no-configuration-cache[Disables the configuration cache.]' \ (--configure-on-demand)'--no-configure-on-demand[Disables the use of configuration on demand. (incubating)]' \ (--continue)'--no-continue[Stops task execution after a task failure.]' \ (--daemon)'--no-daemon[Runs the build without the Gradle daemon. Useful occasionally if you have configured Gradle to always run with the daemon by default.]' \ + (--isolated-projects)'--no-isolated-projects[Disables Isolated Projects. (incubating)]' \ (--parallel)'--no-parallel[Disables parallel project execution.]' \ (--problems-report)'--no-problems-report[Disables the HTML problems report. (incubating)]' \ {-a,--no-rebuild}'[Disables rebuilding of project dependencies.]' \ @@ -421,6 +424,9 @@ _gradle() { '-Dorg.gradle.debug.suspend=[]:->argument-expected' \ '-Dorg.gradle.debug=[]:org.gradle.debug:(true false):->argument-expected' \ '-Dorg.gradle.dependency.verification=[Configures the dependency verification mode. Supported values are 'strict', 'lenient', or 'off'.]:org.gradle.dependency.verification:(strict lenient off):->argument-expected' \ + '-Dorg.gradle.isolated-projects.dangerously-ignore-problems=[]:->argument-expected' \ + '-Dorg.gradle.isolated-projects.diagnostics=[]:->argument-expected' \ + '-Dorg.gradle.isolated-projects=[Enables Isolated Projects. Projects are configured in parallel. Implies `--configuration-cache`.]:->argument-expected' \ '-Dorg.gradle.java.home=[]:org.gradle.java.home:_directories:->argument-expected' \ '-Dorg.gradle.java.installations.auto-detect=[]:->argument-expected' \ '-Dorg.gradle.java.installations.auto-download=[]:->argument-expected' \ @@ -436,8 +442,6 @@ _gradle() { '-Dorg.gradle.problems.report=[Enables the HTML problems report.]:->argument-expected' \ '-Dorg.gradle.projectcachedir=[Specifies the project-specific cache directory. Default is .gradle in the root project directory.]:org.gradle.projectcachedir:_directories:->argument-expected' \ '-Dorg.gradle.tooling.parallel=[]:->argument-expected' \ - '-Dorg.gradle.unsafe.isolated-projects.diagnostics=[]:->argument-expected' \ - '-Dorg.gradle.unsafe.isolated-projects=[]:->argument-expected' \ '-Dorg.gradle.vfs.verbose=[]:->argument-expected' \ '-Dorg.gradle.vfs.watch=[Enables file system watching. Reuses file system data for subsequent builds.]:org.gradle.vfs.watch:(true false):->argument-expected' \ '-Dorg.gradle.warning.mode=[Specifies which mode of warnings to generate. Supported values are 'all', 'fail', 'summary' (default), or 'none'.]:->argument-expected' \ @@ -466,12 +470,14 @@ _gradle() { \*'--include-build[Includes the specified build in the composite.]:include build:_directories:->argument-expected' \ (--quiet,-q,--warn,-w,--debug,-d){-i,--info}'[Sets the log level to info.]' \ \*{-I,--init-script}'[Specifies an initialization script.]:init script:_files -g \*.gradle(|.kts):->argument-expected' \ + (--no-isolated-projects)'--isolated-projects[Enables Isolated Projects. Projects are configured in parallel. Implies `--configuration-cache`. (incubating)]' \ '--max-workers[Configures the maximum number of concurrent workers Gradle is allowed to use.]:->argument-expected' \ (--build-cache)'--no-build-cache[Disables the Gradle build cache.]' \ (--configuration-cache)'--no-configuration-cache[Disables the configuration cache.]' \ (--configure-on-demand)'--no-configure-on-demand[Disables the use of configuration on demand. (incubating)]' \ (--continue)'--no-continue[Stops task execution after a task failure.]' \ (--daemon)'--no-daemon[Runs the build without the Gradle daemon. Useful occasionally if you have configured Gradle to always run with the daemon by default.]' \ + (--isolated-projects)'--no-isolated-projects[Disables Isolated Projects. (incubating)]' \ (--parallel)'--no-parallel[Disables parallel project execution.]' \ (--problems-report)'--no-problems-report[Disables the HTML problems report. (incubating)]' \ {-a,--no-rebuild}'[Disables rebuilding of project dependencies.]' \