Skip to content

Instantly share code, notes, and snippets.

@emartynov
Created July 26, 2019 08:32
Show Gist options
  • Save emartynov/5b52b92b2a98d1d8f61229c5f90e7369 to your computer and use it in GitHub Desktop.
Save emartynov/5b52b92b2a98d1d8f61229c5f90e7369 to your computer and use it in GitHub Desktop.
Log file
$ ./gradlew dependencyCheckAggregate --no-configure-on-demand --stacktrace
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.5.1/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
> Configure project :app
WARNING: API 'variant.getAssemble()' is obsolete and has been replaced with 'variant.getAssembleProvider()'.
It will be removed at the end of 2019.
For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
To determine what is calling variant.getAssemble(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
WARNING: API 'variantOutput.getPackageApplication()' is obsolete and has been replaced with 'variant.getPackageApplicationProvider()'.
It will be removed at the end of 2019.
For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
To determine what is calling variantOutput.getPackageApplication(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
WARNING: API 'variant.getMergeResources()' is obsolete and has been replaced with 'variant.getMergeResourcesProvider()'.
It will be removed at the end of 2019.
For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
To determine what is calling variant.getMergeResources(), use -Pandroid.debug.obsoleteApi=true on the command line to display more information.
Signing not ready. Be sure to specify a signingConfig for Production
> Task :dependencyCheckAggregate
Verifying dependencies for project lovebird-android
Checking for updates and analyzing dependencies for vulnerabilities
> Task :app:dependencyCheckAggregate
Verifying dependencies for project app
Checking for updates and analyzing dependencies for vulnerabilities
An error occurred while analyzing '/Users/android_runner_2/builds/3D473Dz9/0/gitlab/android/lovebird-android/build.gradle' (Sonatype OSS Index Analyzer).
> Task :dependencyCheckAggregate
Generating report for project lovebird-android
Found 0 vulnerabilities in project lovebird-android
> Task :app:dependencyCheckAggregate
Generating report for project app
Found 0 vulnerabilities in project app
> Task :dependencyCheckAggregate FAILED
FAILURE: Build failed with an exception.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment