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 2020/04/09 09:59:08 UTC

[GitHub] [cordova] nhhockeyplayer commented on issue #209: ionic cordova platform add - fails to update build.gradle with proper android gradle plugin

nhhockeyplayer commented on issue #209: ionic cordova platform add - fails to update build.gradle with proper android gradle plugin
URL: https://github.com/apache/cordova/issues/209#issuecomment-611442481
 
 
   ok correction here
   I just performed 
   
   ionic repair
   ionic cordova prepare android --no-build
   meanstack@meanstacks-MacBook-Pro myapp % cat platforms/android/build.gradle | grep 3.
           classpath 'com.android.tools.build:gradle:3.3.0'
         defaultBuildToolsVersion="28.0.3" //String
   meanstack@meanstacks-MacBook-Pro myapp % 
   
    it was the prepare command that reset the gradle version back to malevolent version 3.3.0
   can someone provide some assist on this
   its stopping builds everywhere and the issues are persistent year after year
   
   this is what my cache looks like
   
   meanstack@meanstacks-MacBook-Pro myapp % ls .gradle .idea ~/.gradle
   ls: .idea: No such file or directory
   .gradle:
   5.6.4			buildOutputCleanup
   
   /Users/meanstack/.gradle:
   caches		daemon		native		notifications	wrapper
   meanstack@meanstacks-MacBook-Pro myapp % ls .gradle .idea ~/.gradle/caches
   ls: .idea: No such file or directory
   .gradle:
   5.6.4			buildOutputCleanup
   
   /Users/meanstack/.gradle/caches:
   5.6.4		jars-3		journal-1	modules-2	transforms-2
   

----------------------------------------------------------------
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