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 2018/12/04 16:43:22 UTC

[GitHub] tombell commented on issue #568: Move the PLUGIN GRADLE EXTENSIONS comments

tombell commented on issue #568: Move the PLUGIN GRADLE EXTENSIONS comments
URL: https://github.com/apache/cordova-android/pull/568#issuecomment-444168866
 
 
   @brodybits basically how @dpogue explained it, below is a snippet of my `build.gradle` after adding the platform with my plugins:
   
   ```gradle
   
   // PLUGIN GRADLE EXTENSIONS START
   apply from: "../cordova-plugin-browsertab/mobile-BrowserTab.gradle"
   // PLUGIN GRADLE EXTENSIONS END
   
   ```
   
   So you can see the plugin stuff is added between the two comments, I had to manually move that block below, as per this PR, so that the plugin `.gradle` file had access to the correct version values.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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