Open martinistephan123 opened 1 year ago
@martinistephan123,
"Make" doesn't function as a package manager, meaning it doesn't handle the resolution or deployment of dependencies. Nevertheless, if you incorporate Gradle commands within it, you can use the JFrog CLI to both resolve and deploy dependencies, as well as publish the build information. To illustrate, using the command jf rt gradle clean artifactoryPublish
accomplishes all these tasks.
For more comprehensive details, you can refer to:
Please let me know if that helped.
Is your feature request related to a problem? Please describe. We are about to evaluate the JFrog Build Information feature but it is not supporting our AOSP Android builds running with Make.
Describe the solution you'd like to see Add Make support to the JFrog Build Information feature
Describe alternatives you've considered N/A
Additional context N/A