You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Vendored Dependencies: add support for metadata (description, and homepage) for dependencies. ([#1455](https://github.com/fossas/fossa-cli/pull/1455))
Copy file name to clipboardExpand all lines: docs/references/strategies/languages/gradle/gradle.md
+7
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,13 @@ experimental:
221
221
222
222
## Reference
223
223
224
+
### Deprecated Configurations
225
+
226
+
> [!Note]
227
+
> FOSSA CLI excludes deprecated configurations from analysis.
228
+
229
+
With newer versions of gradle, some configurations are no longer supported (`compile` for example). Before the configurations are removed, gradle deprecates the configuration with a warning. These configurations should not declare dependencies and resolution will be incorrect ([see here](https://github.com/gradle/gradle/issues/8585)).
0 commit comments