breautek commented on issue #1323:
URL: 
https://github.com/apache/cordova-android/issues/1323#issuecomment-912724962


   I've reproduced a issue, but not sure if it's the same as your issue. Can 
you provide the actual build output that you see?
   
   I could not find any documentation stating so, but I believe version Google 
Services 4.2.0 is incompatible with Gradle 7.x. It appears to work if you 
downgrade to 6.x using the `GradleVersion` preference. I tested with Gradle 
Version 6.8 and received an error stating missing google-services.json file (I 
don't have one to actually test with, so hitting this error I assume everything 
is working as intended).
   
   Trying to use Google Services 4.2.0 on Gradle 7.x yield messages such as:
   
   ```In plugin 'com.google.gms.google-services' type 
'com.google.gms.googleservices.GoogleServicesTask' field 'intermediateDir' 
without corresponding getter has been annotated with @OutputDirectory.
       
       Reason: Annotations on fields are only used if there's a corresponding 
getter for the field.
       
       Possible solutions:
         1. Add a getter for field 'intermediateDir'.
         2. Remove the annotations on 'intermediateDir'.
       
   ```
   
   Please let me know if that's what you saw.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to