Top "Gradle" questions

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

How to manually include external aar package using new Gradle Android Build System

I've been experimenting with the new android build system and I've run into a small issue. I've compiled my own …

android gradle android-gradle-plugin build.gradle
How do I tell Gradle to use specific JDK version?

I can't figure out to get this working. Scenario: I have an application built with gradle The application uses JavaFX …

java gradle build.gradle
Error running android: Gradle project sync failed. Please fix your project and try again

Android Studio (1.2 RC0) keeps telling me Error running android: Gradle project sync failed. Please fix your project and try again. …

android-studio gradle android-gradle-plugin
Gradle proxy configuration

I need web access from Gradle through a proxy server to use the Gradle/Artifactory integration for Jenkins. To reduce …

java proxy active-directory windows-server-2008 gradle
Gradle: Execution failed for task ':processDebugManifest'

I'm getting a gradle error at building since yesterday - it just came randomly.... Full stacktrace here: My project depends …

android gradle android-studio build.gradle
How to run only one local test class on Gradle

I am new to Gradle. I use Gradle 1.10 and Ubuntu 13. I want to know if there's any command to execute …

testing gradle
How to define Gradle's home in IDEA?

I am trying to import a Gradle project into IntelliJ, and when I get to the Gradle Home textbox, it …

intellij-idea gradle
More than one file was found with OS independent path 'META-INF/LICENSE'

When I build my app, I get the following error: Error: Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'. More than …

android gradle build.gradle
Cannot resolve symbol 'AppCompatActivity'

I've just tried to use Android Studio. I've created blank project and tried to create Activity which extends AppCompatActivity. Unfortunalty …

android android-studio gradle android-support-library android-appcompat
Setting active profile and config location from command line in spring boot

I have a spring boot application. I have three profiles in my application-> development, staging and production. So I …

java spring gradle spring-boot yaml