Skip to content

Instantly share code, notes, and snippets.

@passsy
Last active January 26, 2017 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save passsy/58663c63f644f39ba8e983472e12da60 to your computer and use it in GitHub Desktop.
Save passsy/58663c63f644f39ba8e983472e12da60 to your computer and use it in GitHub Desktop.
Fabric gradle plugin bug fix

The fabric gradle plugin io.fabric.tools:gradle:1.21.7 generates the crashlytics xml containing the project ID over and over again even when the file exists. The regeneration of the generated resource forces the generateDevDebugResValues task to perform again. It can't skip with the state UP-TO-DATE.

The plugin should check if the file with the correct content already exists before it gets changed.

Even worse when the firebase com.google.gms.google-services is included as dependency. It also checks for changed resources and starts all over again.

afterEvaluate { project ->
project.tasks.findByName("fabricGenerateResourcesDevDebug").onlyIf {
def fabricXML = new File(buildDir,
"generated/fabric/res/dev/debug/values/com_crashlytics_build_id.xml")
return !fabricXML.exists()
}
}
> ./gradlew compileDDJ
Parallel execution with configuration on demand is an incubating feature.
versionName: 1343-zm4(2)-SNAPSHOT
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() instead.
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
:app:preBuild UP-TO-DATE
:app:preDevDebugBuild UP-TO-DATE
:app:checkDevDebugManifest
:app:preDevReleaseBuild UP-TO-DATE
:app:preExternalDebugBuild UP-TO-DATE
:app:preExternalReleaseBuild UP-TO-DATE
:app:prePlayDebugBuild UP-TO-DATE
:app:prePlayReleaseBuild UP-TO-DATE
:app:prepareComAfollestadMaterialDialogsCore0901Library UP-TO-DATE
:app:prepareComAndroidSupportAnimatedVectorDrawable2411Library UP-TO-DATE
:app:prepareComAndroidSupportAppcompatV72411Library UP-TO-DATE
:app:prepareComAndroidSupportCardviewV72411Library UP-TO-DATE
:app:prepareComAndroidSupportDesign2411Library UP-TO-DATE
:app:prepareComAndroidSupportMultidex101Library UP-TO-DATE
:app:prepareComAndroidSupportPercent2411Library UP-TO-DATE
:app:prepareComAndroidSupportRecyclerviewV72411Library UP-TO-DATE
:app:prepareComAndroidSupportSupportV42411Library UP-TO-DATE
:app:prepareComAndroidSupportSupportVectorDrawable2411Library UP-TO-DATE
:app:prepareComCouchbaseLiteCouchbaseLiteAndroid130Library UP-TO-DATE
:app:prepareComCouchbaseLiteCouchbaseLiteAndroidSqliteCustom130Library UP-TO-DATE
:app:prepareComCrashlyticsSdkAndroidAnswers1310Library UP-TO-DATE
:app:prepareComCrashlyticsSdkAndroidBeta122Library UP-TO-DATE
:app:prepareComCrashlyticsSdkAndroidCrashlytics263Library UP-TO-DATE
:app:prepareComCrashlyticsSdkAndroidCrashlyticsCore2312Library UP-TO-DATE
:app:prepareComGithubBumptechGlideOkhttp3Integration140Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesAnalytics940Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesAnalyticsImpl940Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesBase940Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesBasement940Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesIdentity940Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesLocation940Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesTasks940Library UP-TO-DATE
:app:prepareComGoogleFirebaseFirebaseAnalytics940Library UP-TO-DATE
:app:prepareComGoogleFirebaseFirebaseAnalyticsImpl940Library UP-TO-DATE
:app:prepareComGoogleFirebaseFirebaseCommon940Library UP-TO-DATE
:app:prepareComGoogleFirebaseFirebaseCore940Library UP-TO-DATE
:app:prepareComGoogleFirebaseFirebaseCrash940Library UP-TO-DATE
:app:prepareComGoogleFirebaseFirebaseIid940Library UP-TO-DATE
:app:prepareComGoogleFirebaseFirebaseMessaging940Library UP-TO-DATE
:app:prepareComJakewhartonRxbindingRxbinding040Library UP-TO-DATE
:app:prepareComJakewhartonRxbindingRxbindingAppcompatV7040Library UP-TO-DATE
:app:prepareComJakewhartonRxbindingRxbindingSupportV4040Library UP-TO-DATE
:app:prepareComJakewhartonTimberTimber430Library UP-TO-DATE
:app:prepareComPascalwelschCompositeandroidActivity2411Library UP-TO-DATE
:app:prepareComPascalwelschCompositeandroidCore2411Library UP-TO-DATE
:app:prepareComPascalwelschCompositeandroidFragment2411Library UP-TO-DATE
:app:prepareComPawegioKandroidKandroid067Library UP-TO-DATE
:app:prepareComSquareupSqlbriteSqlbrite063Library UP-TO-DATE
:app:prepareIoFabricSdkAndroidFabric1314Library UP-TO-DATE
:app:prepareIoReactivexRxandroid120Library UP-TO-DATE
:app:prepareJpWasabeefGlideTransformations200Library UP-TO-DATE
:app:prepareMeGrantlandAutofittextview021Library UP-TO-DATE
:app:prepareMeZhanghaiAndroidMaterialprogressbarLibrary117Library UP-TO-DATE
:app:prepareNetDanlewAndroidJoda293Library UP-TO-DATE
:app:prepareNetFrakbotJumpingbeans130Library UP-TO-DATE
:app:preDevDebugUnitTestBuild UP-TO-DATE
:app:preDevReleaseUnitTestBuild UP-TO-DATE
:app:preExternalDebugUnitTestBuild UP-TO-DATE
:app:preExternalReleaseUnitTestBuild UP-TO-DATE
:app:prePlayDebugUnitTestBuild UP-TO-DATE
:app:prePlayReleaseUnitTestBuild UP-TO-DATE
:app:prepareNetGrandcentrixThirtyinchThirtyinch070Library UP-TO-DATE
:app:prepareNetGrandcentrixThirtyinchThirtyinchPlugin070Library UP-TO-DATE
:app:prepareNetGrandcentrixThirtyinchThirtyinchRx070Library UP-TO-DATE
:app:prepareNetGrandcentrixTrayTray0100Library UP-TO-DATE
:app:prepareNlLittlerobotsRxlintRxlint10Library UP-TO-DATE
:app:prepareOrgZakariyaStickyheadersStickyheaders061Library UP-TO-DATE
:app:preparePlCharmasAndroidAndroidReactiveLocation09Library UP-TO-DATE
:app:prepareUkCoChrisjenxCalligraphy220Library UP-TO-DATE
:app:prepareDevDebugDependencies
:app:compileDevDebugAidl UP-TO-DATE
:app:compileDevDebugRenderscript UP-TO-DATE
:app:generateDevDebugBuildConfig UP-TO-DATE
:app:mergeDevDebugShaders UP-TO-DATE
:app:compileDevDebugShaders UP-TO-DATE
:app:generateDevDebugAssets UP-TO-DATE
:app:mergeDevDebugAssets UP-TO-DATE
:app:processDevDebugManifest UP-TO-DATE
:app:fabricGenerateResourcesDevDebug
:app:generateDevDebugResValues UP-TO-DATE
:app:processDevDebugGoogleServices
Parsing json file: /Users/pascalwelsch/Projects/myProject/app/google-services.json
:app:generateDevDebugResources
:app:mergeDevDebugResources
:app:processDevDebugResources
:app:generateDevDebugSources
:app:incrementalDevDebugJavaCompilationSafeguard UP-TO-DATE
:app:compileDevDebugKotlin UP-TO-DATE
:app:compileDevDebugJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:app:compileRetrolambdaDevDebug UP-TO-DATE
BUILD SUCCESSFUL
Total time: 4.249 secs
> ./gradlew compileDDJ
Parallel execution with configuration on demand is an incubating feature.
versionName: 1343-zm4(2)-SNAPSHOT
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() instead.
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
:app:preBuild UP-TO-DATE
:app:preDevDebugBuild UP-TO-DATE
:app:checkDevDebugManifest
:app:preDevReleaseBuild UP-TO-DATE
:app:preExternalDebugBuild UP-TO-DATE
:app:preExternalReleaseBuild UP-TO-DATE
:app:prePlayDebugBuild UP-TO-DATE
:app:prePlayReleaseBuild UP-TO-DATE
:app:prepareComAfollestadMaterialDialogsCore0901Library UP-TO-DATE
:app:prepareComAndroidSupportAnimatedVectorDrawable2411Library UP-TO-DATE
:app:prepareComAndroidSupportAppcompatV72411Library UP-TO-DATE
:app:prepareComAndroidSupportCardviewV72411Library UP-TO-DATE
:app:prepareComAndroidSupportDesign2411Library UP-TO-DATE
:app:prepareComAndroidSupportMultidex101Library UP-TO-DATE
:app:prepareComAndroidSupportPercent2411Library UP-TO-DATE
:app:prepareComAndroidSupportRecyclerviewV72411Library UP-TO-DATE
:app:prepareComAndroidSupportSupportV42411Library UP-TO-DATE
:app:prepareComAndroidSupportSupportVectorDrawable2411Library UP-TO-DATE
:app:prepareComCouchbaseLiteCouchbaseLiteAndroid130Library UP-TO-DATE
:app:prepareComCouchbaseLiteCouchbaseLiteAndroidSqliteCustom130Library UP-TO-DATE
:app:prepareComCrashlyticsSdkAndroidAnswers1310Library UP-TO-DATE
:app:prepareComCrashlyticsSdkAndroidBeta122Library UP-TO-DATE
:app:prepareComCrashlyticsSdkAndroidCrashlytics263Library UP-TO-DATE
:app:prepareComCrashlyticsSdkAndroidCrashlyticsCore2312Library UP-TO-DATE
:app:prepareComGithubBumptechGlideOkhttp3Integration140Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesAnalytics940Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesAnalyticsImpl940Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesBase940Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesBasement940Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesIdentity940Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesLocation940Library UP-TO-DATE
:app:prepareComGoogleAndroidGmsPlayServicesTasks940Library UP-TO-DATE
:app:prepareComGoogleFirebaseFirebaseAnalytics940Library UP-TO-DATE
:app:prepareComGoogleFirebaseFirebaseAnalyticsImpl940Library UP-TO-DATE
:app:prepareComGoogleFirebaseFirebaseCommon940Library UP-TO-DATE
:app:prepareComGoogleFirebaseFirebaseCore940Library UP-TO-DATE
:app:prepareComGoogleFirebaseFirebaseCrash940Library UP-TO-DATE
:app:prepareComGoogleFirebaseFirebaseIid940Library UP-TO-DATE
:app:prepareComGoogleFirebaseFirebaseMessaging940Library UP-TO-DATE
:app:prepareComJakewhartonRxbindingRxbinding040Library UP-TO-DATE
:app:prepareComJakewhartonRxbindingRxbindingAppcompatV7040Library UP-TO-DATE
:app:prepareComJakewhartonRxbindingRxbindingSupportV4040Library UP-TO-DATE
:app:prepareComJakewhartonTimberTimber430Library UP-TO-DATE
:app:prepareComPascalwelschCompositeandroidActivity2411Library UP-TO-DATE
:app:prepareComPascalwelschCompositeandroidCore2411Library UP-TO-DATE
:app:prepareComPascalwelschCompositeandroidFragment2411Library UP-TO-DATE
:app:prepareComPawegioKandroidKandroid067Library UP-TO-DATE
:app:prepareComSquareupSqlbriteSqlbrite063Library UP-TO-DATE
:app:prepareIoFabricSdkAndroidFabric1314Library UP-TO-DATE
:app:prepareIoReactivexRxandroid120Library UP-TO-DATE
:app:prepareJpWasabeefGlideTransformations200Library UP-TO-DATE
:app:prepareMeGrantlandAutofittextview021Library UP-TO-DATE
:app:prepareMeZhanghaiAndroidMaterialprogressbarLibrary117Library UP-TO-DATE
:app:prepareNetDanlewAndroidJoda293Library UP-TO-DATE
:app:prepareNetFrakbotJumpingbeans130Library UP-TO-DATE
:app:preDevDebugUnitTestBuild UP-TO-DATE
:app:preDevReleaseUnitTestBuild UP-TO-DATE
:app:preExternalDebugUnitTestBuild UP-TO-DATE
:app:preExternalReleaseUnitTestBuild UP-TO-DATE
:app:prePlayDebugUnitTestBuild UP-TO-DATE
:app:prePlayReleaseUnitTestBuild UP-TO-DATE
:app:prepareNetGrandcentrixThirtyinchThirtyinch070Library UP-TO-DATE
:app:prepareNetGrandcentrixThirtyinchThirtyinchPlugin070Library UP-TO-DATE
:app:prepareNetGrandcentrixThirtyinchThirtyinchRx070Library UP-TO-DATE
:app:prepareNetGrandcentrixTrayTray0100Library UP-TO-DATE
:app:prepareNlLittlerobotsRxlintRxlint10Library UP-TO-DATE
:app:prepareOrgZakariyaStickyheadersStickyheaders061Library UP-TO-DATE
:app:preparePlCharmasAndroidAndroidReactiveLocation09Library UP-TO-DATE
:app:prepareUkCoChrisjenxCalligraphy220Library UP-TO-DATE
:app:prepareDevDebugDependencies
:app:compileDevDebugAidl UP-TO-DATE
:app:compileDevDebugRenderscript UP-TO-DATE
:app:generateDevDebugBuildConfig UP-TO-DATE
:app:mergeDevDebugShaders UP-TO-DATE
:app:compileDevDebugShaders UP-TO-DATE
:app:generateDevDebugAssets UP-TO-DATE
:app:mergeDevDebugAssets UP-TO-DATE
:app:processDevDebugManifest UP-TO-DATE
:app:fabricGenerateResourcesDevDebug SKIPPED
:app:generateDevDebugResValues UP-TO-DATE
:app:processDevDebugGoogleServices
Parsing json file: /Users/pascalwelsch/Projects/myProject/app/google-services.json
:app:generateDevDebugResources
:app:mergeDevDebugResources UP-TO-DATE
:app:processDevDebugResources UP-TO-DATE
:app:generateDevDebugSources UP-TO-DATE
:app:incrementalDevDebugJavaCompilationSafeguard UP-TO-DATE
:app:compileDevDebugKotlin UP-TO-DATE
:app:compileDevDebugJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:app:compileRetrolambdaDevDebug UP-TO-DATE
BUILD SUCCESSFUL
Total time: 2.393 secs
@passsy
Copy link
Author

passsy commented Jan 26, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment