File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ steps:
174174| `repox-artifactory-url` | URL for Repox Artifactory API (overrides repox-url/artifactory if provided) | (optional) |
175175| `use-develocity` | Whether to use Develocity for build tracking | `false` |
176176| `develocity-url` | URL for Develocity | `https://develocity.sonar.build/` |
177- | `cache-paths` | Custom cache paths (multiline). Overrides default `~/.m2/repository`. | (optional) |
177+ | `cache-paths` | Custom cache paths (multiline). | (optional) |
178178| `disable-caching` | Whether to disable Maven caching entirely | `false` |
179179
180180# ## Outputs
Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ inputs:
4747 default : https://develocity.sonar.build/
4848 cache-paths :
4949 description : Cache paths to use (multiline). If provided, overrides the default ~/.m2/repository
50- default : |-
51- ~/.m2/repository
50+ default : ~/.m2/repository
5251 disable-caching :
5352 description : Whether to disable Maven caching entirely
5453 default : ' false'
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ inputs:
2626 default : https://develocity.sonar.build/
2727 cache-paths :
2828 description : Cache paths to use (multiline). If provided, overrides the default ~/.m2/repository
29- default : ' '
29+ default : ~/.m2/repository
3030 disable-caching :
3131 description : Whether to disable Maven caching entirely
3232 default : ' false'
You can’t perform that action at this time.
0 commit comments