Top "Gradle" questions

Gradle is a project build automation tool that uses a Groovy DSL.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0

I've got a gradle FAILURE: ..."Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0." Case description: …

android unit-testing gradle kotlin junit5
Could not resolve all dependencies for configuration ':classpath'

I cant seem to get build tools for the latest gradle at all. I suspect its something to do with …

android maven proxy gradle build-tools
gradlew: Permission Denied

I am attempting to run gradlew from my command line, but am constantly facing the following error. Brendas-MacBook-Pro:appx_android …

gradle android-studio gradlew
"No cached version... available for offline mode."

I received an error message while building a new Hello World project in Android Studio: FAILURE: Build failed with an …

android android-studio gradle android-gradle-plugin
Creating runnable JAR with Gradle

Until now I created runnable JAR files via the Eclipse "Export..." functionallity but now I switched to IntelliJ IDEA and …

java jar gradle
"Gradle Version 2.10 is required." Error

As I've been using classpath 'com.android.tools.build:gradle:+' In the build.gradle file, I got the following …

android android-studio plugins gradle android-gradle-plugin
com.google.android.gms:play-services-measurement-base is being requested by various other libraries

I updated to gradle 4.0.1 and started receiving following error The library com.google.android.gms:play-services-measurement-base is being requested by …

android gradle android-gradle-plugin google-play-services
add maven repository to build.gradle

I added a custom maven repository to build.gradle in Android Studio but the dependency is not being found Maven …

android maven gradle android-studio achartengine
Could not find com.android.tools.build:gradle:3.0.0-alpha1 in circle ci

I update the gradle plugin to the latest : com.android.tools.build:gradle:3.0.0-alpha1 and this error occured : export TERM="…

android android-studio gradle build circleci
How to build an android library with Android Studio and gradle?

I am trying to migrate a project from Eclipse but nothing I have tried is working. In Eclipse I have 3 …

android gradle android-studio