You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/07/13 23:30:03 UTC

[GitHub] [cordova-android] frontenddeveloping opened a new issue #775: Gradle - << was deprecated in 4.x and removed in 5.0

frontenddeveloping opened a new issue #775: Gradle  - << was deprecated in 4.x and removed in 5.0
URL: https://github.com/apache/cordova-android/issues/775
 
 
   # Bug Report
   ERROR: Could not find method leftShift() for arguments
   
   ## Problem
   Can't sync project in Android Studio
   
   ### What is expected to happen?
   Project Synced
   
   ### What does actually happen?
   Got error `ERROR: Could not find method leftShift() for arguments`
   
   ## Information
   `task cdvPrintProps << { ... } ` should be changed to:
   ```
   task cdvPrintProps {
       doLast {
         ...
       }
   }
   ```
   
   
   ### Version information
   Android Studio 3.4.2
   Build #AI-183.6156.11.34.5692245, built on June 27, 2019
   JRE: 1.8.0_152-release-1343-b01 x86_64
   JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
   macOS 10.14.4
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] I included all the necessary information above
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org