Top "Gradle-plugin" questions

Gradle is a project build automation tool.

How can the gradle plugin repository be changed?

I work at a big company with a strict policy forbidding the unfiltered use of outside libraries. We have to …

gradle build gradle-plugin
Difference apply from vs apply plugin

Is there a difference except that: apply from: - gets the (plugin).gradle from a URL apply plugin: - gets …

gradle gradle-plugin
Android Studio plugin is too old

I was syncing fine and then suddenly when I tried to run a test on a device from Android Studio …

android android-studio gradle android-gradle-plugin gradle-plugin
WARNING: API 'variant.getMergeAssets()' is obsolete / Android Studio 3.3

After the recent android update, each time I build my app, I receive the following warnings: WARNING: API 'variant.getMergeAssets()…

android react-native build.gradle gradle-plugin
Gradle sync failed: Unable to load class 'org.gradle.internal.logging.LoggingManagerInternal'

I tried to import new library module in my android project (using android studio), which work without any problem, but …

java android android-studio android-gradle-plugin gradle-plugin
Not able to copy configurations dependencies after upgrading Gradle plugin for Android Studio to 3.0.1 and Gradle to 4.1

I used to copy 'compile' dependencies to a specific folder using this simple gradle task : task copyLibs(type: Copy) { from …

android android-studio android-gradle-plugin build.gradle gradle-plugin
Original kapt is deprecated

I have changed Kotlin version to 1.2.30. After the update I unable to run the project. I got the below error …

android gradle kotlin gradle-plugin
Android Studio 3.1 : Could not find org.jetbrains.trove4j:trove4j:20160824

Yesterday, I updated Android Studio to 3.1 and I'm getting this error : Could not find org.jetbrains.trove4j:trove4j:20160824. …

android android-gradle-plugin build.gradle gradle-plugin
google-services plugin could not detect any version for com.google.android.gms or com.google.firebase, default version: 9.0.0 will be used

I am integrating fire-base to my existing project used these libs compile 'com.google.firebase:firebase-auth:9.0.2' compile 'com.google.…

android android-gradle-plugin google-play-services gradle-plugin
Gradle sync failed: Failed to update Android plugin to version '2.0.0'

I've recently updated Android Studio to 2.0. I am working on a part time course and I have to work on …

android android-studio android-gradle-plugin gradle-plugin android-studio-2.0