Commit a74131a
committed
Add support for dependencies preparation to
The `general:cache-dep-licenses` task is used to generate metadata about the licenses of the project's dependencies.
When using some dependency management systems, it is necessary to run an operation via the dependency management tool
prior to generating the metadata. A task call was added to the `general:cache-dep-licenses` task in order to allow it to
be used with such project types. It happens that such a preparatory operation is not necessary with the Go modules
dependency management system used by this project, so the preparation task is left empty.general:cache-dep-licenses task1 parent 252186a commit a74131a
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
| |||
215 | 217 | | |
216 | 218 | | |
217 | 219 | | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
218 | 225 | | |
219 | 226 | | |
220 | 227 | | |
| |||
0 commit comments