Skip to content

Commit 7de1362

Browse files
authored
chore(gradle): update to dd3a8adb (ohmyzsh#13635)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
1 parent 8df5c1b commit 7de1362

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
plugins/gradle:
1313
repo: gradle/gradle-completion
1414
branch: master
15-
version: a9d7c822e42cc6a5b028b59e46cffcc8e7bc1134
15+
version: dd3a8adb47e51b1f6e4dc180cb04bd02d5fccd4a
1616
precopy: |
1717
set -e
1818
find . ! -name _gradle ! -name LICENSE -delete

plugins/gradle/_gradle

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ __gradle_subcommand() {
265265
'-Dorg.gradle.configuration-cache.unsafe.ignore.unsupported-build-events-listeners=[]' \
266266
'-Dorg.gradle.configuration-cache=[Enables the configuration cache. Gradle will try to reuse the build configuration from previous builds.]' \
267267
'-Dorg.gradle.configureondemand=[Configure necessary projects only. Gradle will attempt to reduce configuration time for large multi-project builds.]' \
268+
'-Dorg.gradle.console.unicode=[Specifies which character types are allowed in console output to generate. Values are 'auto' (default), 'disable' or 'enable'.]' \
268269
'-Dorg.gradle.console=[Specifies which type of console output to generate. Values are 'plain', 'colored', 'auto' (default), 'rich' or 'verbose'.]:org.gradle.console:(plain auto rich verbose)' \
269270
'-Dorg.gradle.continue=[Continue task execution after a task failure.]' \
270271
'-Dorg.gradle.continuous.quietperiod=[]' \
@@ -292,6 +293,7 @@ __gradle_subcommand() {
292293
'-Dorg.gradle.priority=[Specifies the scheduling priority for the Gradle daemon and all processes launched by it. Values are 'normal' (default) or 'low']:org.gradle.priority:(normal low)' \
293294
'-Dorg.gradle.problems.report=[(Experimental) enables HTML problems report]' \
294295
'-Dorg.gradle.projectcachedir=[Specify the project-specific cache directory. Defaults to .gradle in the root project directory.]:org.gradle.projectcachedir:_directories' \
296+
'-Dorg.gradle.tooling.parallel=[]' \
295297
'-Dorg.gradle.unsafe.isolated-projects=[]' \
296298
'-Dorg.gradle.vfs.verbose=[]' \
297299
'-Dorg.gradle.vfs.watch=[Enables watching the file system for changes, allowing data about the file system to be re-used for the next build.]:org.gradle.vfs.watch:(true false)' \
@@ -303,6 +305,7 @@ __gradle_subcommand() {
303305
'--configuration-cache-problems[Configures how the configuration cache handles problems (fail or warn). Defaults to fail.]:configuration cache problems:(fail warn)' \
304306
(--no-configure-on-demand)'--configure-on-demand[Configure necessary projects only. Gradle will attempt to reduce configuration time for large multi-project builds. (incubating)]' \
305307
'--console[Specifies which type of console output to generate. Values are 'plain', 'colored', 'auto' (default), 'rich' or 'verbose'.]:console:(plain auto rich verbose)' \
308+
'--console-unicode[Specifies which character types are allowed in console output to generate. Values are 'auto' (default), 'disable' or 'enable'.]' \
306309
(--no-continue)'--continue[Continue task execution after a task failure.]' \
307310
{-t,--continuous}'[Enables continuous build. Gradle does not exit and will re-execute tasks when task file inputs change.]' \
308311
(--no-daemon)'--daemon[Uses the Gradle daemon to run the build. Starts the daemon if not running.]' \
@@ -344,7 +347,7 @@ __gradle_subcommand() {
344347
(--no-scan)'--scan[Generate a Build Scan (powered by Develocity).]' \
345348
{-V,--show-version}'[Print version info and continue.]' \
346349
(--full-stacktrace,-S){-s,--stacktrace}'[Print out the stacktrace for all exceptions.]' \
347-
'--task-graph[(Experimental) Print task graph instead of executing tasks.]' \
350+
'--task-graph[Print task graph instead of executing tasks.]' \
348351
\*'--update-locks[Perform a partial update of the dependency lock, letting passed in module notations change version. (incubating)]' \
349352
(--quiet,-q,--info,-i,--debug,-d){-w,--warn}'[Set log level to warn.]' \
350353
'--warning-mode[Specifies which mode of warnings to generate. Values are 'all', 'fail', 'summary'(default) or 'none']:warning mode:(all summary none)' \
@@ -392,6 +395,7 @@ _gradle() {
392395
'-Dorg.gradle.configuration-cache.unsafe.ignore.unsupported-build-events-listeners=[]:->argument-expected' \
393396
'-Dorg.gradle.configuration-cache=[Enables the configuration cache. Gradle will try to reuse the build configuration from previous builds.]:->argument-expected' \
394397
'-Dorg.gradle.configureondemand=[Configure necessary projects only. Gradle will attempt to reduce configuration time for large multi-project builds.]:->argument-expected' \
398+
'-Dorg.gradle.console.unicode=[Specifies which character types are allowed in console output to generate. Values are 'auto' (default), 'disable' or 'enable'.]:->argument-expected' \
395399
'-Dorg.gradle.console=[Specifies which type of console output to generate. Values are 'plain', 'colored', 'auto' (default), 'rich' or 'verbose'.]:org.gradle.console:(plain auto rich verbose):->argument-expected' \
396400
'-Dorg.gradle.continue=[Continue task execution after a task failure.]:->argument-expected' \
397401
'-Dorg.gradle.continuous.quietperiod=[]:->argument-expected' \
@@ -419,6 +423,7 @@ _gradle() {
419423
'-Dorg.gradle.priority=[Specifies the scheduling priority for the Gradle daemon and all processes launched by it. Values are 'normal' (default) or 'low']:org.gradle.priority:(normal low):->argument-expected' \
420424
'-Dorg.gradle.problems.report=[(Experimental) enables HTML problems report]:->argument-expected' \
421425
'-Dorg.gradle.projectcachedir=[Specify the project-specific cache directory. Defaults to .gradle in the root project directory.]:org.gradle.projectcachedir:_directories:->argument-expected' \
426+
'-Dorg.gradle.tooling.parallel=[]:->argument-expected' \
422427
'-Dorg.gradle.unsafe.isolated-projects=[]:->argument-expected' \
423428
'-Dorg.gradle.vfs.verbose=[]:->argument-expected' \
424429
'-Dorg.gradle.vfs.watch=[Enables watching the file system for changes, allowing data about the file system to be re-used for the next build.]:org.gradle.vfs.watch:(true false):->argument-expected' \
@@ -430,6 +435,7 @@ _gradle() {
430435
'--configuration-cache-problems[Configures how the configuration cache handles problems (fail or warn). Defaults to fail.]:configuration cache problems:(fail warn):->argument-expected' \
431436
(--no-configure-on-demand)'--configure-on-demand[Configure necessary projects only. Gradle will attempt to reduce configuration time for large multi-project builds. (incubating)]' \
432437
'--console[Specifies which type of console output to generate. Values are 'plain', 'colored', 'auto' (default), 'rich' or 'verbose'.]:console:(plain auto rich verbose):->argument-expected' \
438+
'--console-unicode[Specifies which character types are allowed in console output to generate. Values are 'auto' (default), 'disable' or 'enable'.]:->argument-expected' \
433439
(--no-continue)'--continue[Continue task execution after a task failure.]' \
434440
{-t,--continuous}'[Enables continuous build. Gradle does not exit and will re-execute tasks when task file inputs change.]' \
435441
(--no-daemon)'--daemon[Uses the Gradle daemon to run the build. Starts the daemon if not running.]' \
@@ -474,7 +480,7 @@ _gradle() {
474480
(--full-stacktrace,-S){-s,--stacktrace}'[Print out the stacktrace for all exceptions.]' \
475481
'--status[Shows status of running and recently stopped Gradle daemon(s).]' \
476482
'--stop[Stops the Gradle daemon if it is running.]' \
477-
'--task-graph[(Experimental) Print task graph instead of executing tasks.]' \
483+
'--task-graph[Print task graph instead of executing tasks.]' \
478484
\*'--update-locks[Perform a partial update of the dependency lock, letting passed in module notations change version. (incubating)]' \
479485
{-v,--version}'[Print version info and exit.]' \
480486
(--quiet,-q,--info,-i,--debug,-d){-w,--warn}'[Set log level to warn.]' \

0 commit comments

Comments
 (0)