Skip to content

Commit

Permalink
Remove redundant mention of Maven in Gradle plugin (#4068)
Browse files Browse the repository at this point in the history
Co-authored-by: Mridula <[email protected]>
  • Loading branch information
valery1707 and mpeddada1 authored Sep 12, 2023
1 parent 54e5c0f commit bb36a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jib-gradle-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ The following table contains additional system properties that are not available
Property | Type | Default | Description
--- | --- | --- | ---
`jib.httpTimeout` | `int` | `20000` | HTTP connection/read timeout for registry interactions, in milliseconds. Use a value of `0` for an infinite timeout.
`jib.useOnlyProjectCache` | `boolean` | `false` | If set to true, Jib does not share a cache between different Maven projects.
`jib.useOnlyProjectCache` | `boolean` | `false` | If set to true, Jib does not share a cache between different Gradle projects.
`jib.baseImageCache` | `File` | *Platform-dependent*\*\*\* | Sets the directory to use for caching base image layers. This cache can (and should) be shared between multiple images.
`jib.applicationCache` | `File` | `[project dir]/build/jib-cache` | Sets the directory to use for caching application layers. This cache can be shared between multiple images.
`jib.console` | `String` | *None* | If set to `plain`, Jib will print plaintext log messages rather than display a progress bar during the build.
Expand Down

0 comments on commit bb36a18

Please sign in to comment.