#!/bin/bash -eo pipefail
gradle dependencies
Welcome to Gradle 4.9!
Here are the highlights of this release:
- Experimental APIs for creating and configuring tasks lazily
- Pass arguments to JavaExec via CLI
- Auxiliary publication dependency support for multi-project builds
- Improved dependency insight report
For more details see https://docs.gradle.org/4.9/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
…
…
…
Configure project :app
Project evaluation failed including an error in afterEvaluate {}. Run with --stacktrace for details of the afterEvaluate {} error.
FAILURE: Build failed with an exception.
-
Where:
Build file ‘/home/circleci/repo/app/build.gradle’ line: 15 -
What went wrong:
A problem occurred evaluating project ‘:app’.
> Failed to apply plugin [id ‘com.android.application’]
** > Gradle version 2.10 is required. Current version is 4.9. If using the gradle wrapper, try editing the distributionUrl in /home/circleci/repo/gradle/wrapper/gradle-wrapper.properties to gradle-2.10-all.zip** -
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. -
Get more help at https://help.gradle.org
BUILD FAILED in 30s
Exited with code 1