Top "Gradle-plugin" questions

Gradle is a project build automation tool.

What's the difference between implementation and compile in Gradle?

After updating to Android Studio 3.0 and creating a new project, I noticed that in build.gradle there is a new …

gradle build.gradle dependency-management gradle-plugin transitive-dependency
Android Material and appcompat Manifest merger failed

I have next grade dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:28.0.0-rc01' implementation …

android android-gradle-plugin build.gradle gradle-plugin
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)

I am getting this kind of error, how to fix it. Error:Unable to load class 'org.gradle.tooling.internal.…

android gradle gradle-plugin
Gradle version 1.10 is required. Current version is 2.0

I am trying to use latest Gradle version (2.0), however I keep getting this message when hitting gradle build in terminal. …

android maven gradle build.gradle gradle-plugin
Some file crunching failed, see logs for details

Today I got update for android studio 2.0 in stable version. I update it and it restarted. Then when It opens …

android gradle-plugin android-studio-2.0
build failing during merge resources with Android Gradle plugin 3.3.0

I have a lot of different flavors for my build that have specific resources and I don't want to clutter …

android gradle android-gradle-plugin gradle-plugin
What the difference in applying gradle plugin

I don't understand gradle plugins block apply plugin: 'someplugin1' apply plugin: 'maven' and other one: plugins { id 'org.hidetake.…

groovy gradle gradle-plugin
Android-studio 3.4.0-3.4.2 Gradle ERROR: No value has been specified for property 'manifestOutputDirectory'

when upgrading to android-studio 3.4.x/gradle build plugin 3.4.x /gradle 5.3 ... wondering if its an issue with the android plugin. ERROR: …

android android-studio android-gradle-plugin gradle-plugin
How do I create an executable fat jar with Gradle with implementation dependencies

I've got a simple project in Gradle 4.6 and would like to make an executable jar of it. I've tried shadow, …

java gradle executable-jar gradle-plugin fatjar
Cannot get property 'compileSdkVersion' on extra properties extension as it does not exist Open File

I imported a project downloaded from GitHub into my Android Studio project as module. The "Import module..." wizard worked fine, …

android android-studio android-gradle-plugin build.gradle gradle-plugin