Important: Bug reports should be directed to support@fossa.com
for faster response and prioritization. Bug reports may still be created here but they may not get immediate attention and may be closed in favor of internally tracked tickets.
Describe the bug
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0
Encountered Deprecated Gradle features, unsure if the build script in the project is using deprecated features or the jsondeps.gradle script.
To Reproduce
Steps to reproduce the behavior:
- Run
fossa analyze --output
or gradle -I /Users/xgblack/tmp/jsondeps.gradle jsonDeps
- See error :
FAILURE: Build failed with an exception.
* Where:
Initialization script '/Users/xgblack/tmp/jsondeps.gradle' line: 196
* What went wrong:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0
Expected behavior
A clear and concise description of what you expected to happen.
Debug bundle
Please run fossa
with the --debug
flag and attach the resulting fossa.debug.json.gz
file here.
Additional context
Add any other context you think is relevant about the problem here.