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
thanks for reporting the issue. The gradle client is failing as the artifact root-3.2.3.pom is currently not published to Maven Central.
We will evaluate how to fix it, in the meantime the plugin-maven client remains the most used and tested client and the steady-cli could be used as temporary solution (https://eclipse.github.io/steady/user/tutorials/java_cli/#scanning-java-apps-with-the-cli).
Though .flattened-pom.xml is generated for module plugin-gradle, as for all other modules, it does not replace the original pom.xml due to the fact the module has packaging pom. This behavior can be changed through configuration setting updatePomFile.
@123tarunanand The Gradle problem should be resolved with release 3.2.4, which does not reference the parent POM any more. Please let us know whether it works for you.
Describe the bug
Unable to run steady on gradle due to the following issue -
The text was updated successfully, but these errors were encountered: