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
Trying to run a build.gradle now gives me this error:
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find sisu-guice-3.1.0-noaop.jar (org.sonatype.sisu:sisu-guice:3.1.0).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-noaop.jar
The dependency on org.sonatype.sisu:sisu-guice:3.1.0 is a transitive dependency. It's not a direct dependency of the appscan-maven-plugin.
Also, what's the purpose of adding a Maven plugin as a dependency to a gradle build? If you're trying to run a scan of your Gradle project, I suggest using the AppScan Gradle plugin.
Trying to run a build.gradle now gives me this error:
if you go to the folder https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/ you can see the actual filename should be
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
(with an underscore)I have run gradle dependencies and this is the output in particular.
how do we disable "noaop" flag for sisu? just the base jar will work (avoiding "noaop")
As you can see, the root is "maven-plugin" which is this repo (closed the one in the gradle repo)
The text was updated successfully, but these errors were encountered: