Top "Build.gradle" questions

The file build.

How do I add default JVM arguments with Gradle

I need to add default JVM options to my jar, when build with Gradle. From the documentation I got that …

java gradle jar build.gradle jvm-arguments
Gradle 4.0 Unable to find a matching configuration

I am trying to open my existing project in new Android Studio 3.0 canary 2. I updated Gradle according to instructions, changed …

android gradle android-gradle-plugin build.gradle
Execute gradle task on sub projects

I have a MultiModule gradle project that I am trying to configure. Root projA projB other projC projD projE ... What …

gradle build.gradle multi-module
Android build gradle is too slow (Dependency Resolution)

I've been working with Android Studio (my current version 1.5) for 2 years. Everything was OK, but when I downloaded Canary (2.1 p5), …

android android-studio gradle android-gradle-plugin build.gradle
How to enable Jack (Java Android Compiler Kit) in android studio

I am updated my androidstudio 2.1 stable.As per Android Studio 2.1 supports Android N Developer Preview Android studio 2.1 support Jack (Java …

android android-gradle-plugin build.gradle android-studio-2.1 jack-compiler
how append date build to versionNameSuffix on gradle

I am using Android Studio and I need to append a suffix to the versionNameSuffix on my Android build.gradle …

android android-studio gradle android-gradle-plugin build.gradle
How to use Oracle JDBC driver in Gradle project

I'm new with Gradle projects and I have one question. I've searched in Internet but I couldn't find what I …

jdbc gradle build.gradle ojdbc
Android Studio Build/Clean

In an attempt to compile external jars, I have to use the terminal and do a clean. However, when I …

android gradle android-studio build.gradle gradlew
Android 3.1.1 - Failed resolution of: Lcom/google/android/gms/common/internal/zzbq;

since I've updated to Android Studio 3.1, my project is not running anymore. I have searched for a solution all over …

android build.gradle android-studio-3.1
Dex error On Android Studio 3.0 Beta4

Error:java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex Error:java.lang.RuntimeException: …

android android-gradle-plugin build.gradle dex