Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build never finishes with AGP 8.3 #387

Open
otbutz opened this issue Apr 5, 2024 · 1 comment
Open

Build never finishes with AGP 8.3 #387

otbutz opened this issue Apr 5, 2024 · 1 comment

Comments

@otbutz
Copy link

otbutz commented Apr 5, 2024

We updated our Android project to use the newer version of the Android Gradle Plugin(8.3.1) paired with a Gradle update from 8.2 to 8.4. This seems to break even the most current version of the dependency check plugin, resulting in a build that never completes.

allprojects {
    apply(plugin = "org.owasp.dependencycheck")

    configure<org.owasp.dependencycheck.gradle.extension.DependencyCheckExtension> {
        format = org.owasp.dependencycheck.reporting.ReportGenerator.Format.ALL.toString()
        nvd.apiKey = "xxxxxxxxxxxxxxxxxxxxxxxx"
        suppressionFile = "$rootDir/owasp-suppressions.xml"
        analyzers.apply {
            archiveEnabled = false
            assemblyEnabled = false
            knownExploitedEnabled = false
            nodeAudit.enabled = false
            nodePackage.enabled = false
            retirejs.enabled = false
        }
    }
}
./gradlew dependencyCheckAggregate
 > Task :dependencyCheckAggregate
 Verifying dependencies for project Android-Opti4Driver
 
 > Task :opticom:dependencyCheckAggregate
 Verifying dependencies for project opticom
 
 > Task :core:common:dependencyCheckAggregate
 Verifying dependencies for project common
 
 > Task :app:dependencyCheckAggregate
 Verifying dependencies for project app
 
 > Task :domain:dependencyCheckAggregate
 Verifying dependencies for project domain
 
 > Task :core:dependencyCheckAggregate
 Verifying dependencies for project core
 
 > Task :feature:dependencyCheckAggregate
 Verifying dependencies for project feature
 
 > Task :feature:after-order:dependencyCheckAggregate
 Verifying dependencies for project after-order
@guilhermeborgesbastos
Copy link

Any update on this issue? I am facing the same problem with Gradle 8.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants