You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/20 19:34:22 UTC

[GitHub] chetanmeh opened a new pull request #3314: Configure Gradle build scan plugin

chetanmeh opened a new pull request #3314: Configure Gradle build scan plugin
URL: https://github.com/apache/incubator-openwhisk/pull/3314
 
 
   PR for #3312. With this the scan result would only be published on CI setups
   
   However with this change now following warning is seen
   
   ```
   WARNING: The build scan plugin was applied after other plugins.
   The captured data is more comprehensive when the build scan plugin is applied first.
   
   Please see https://gradle.com/scans/help/plugin-late-apply for how to resolve this problem.
   ```
   
   From changes done in this PR its ensured that this plugin comes first but still the warning is seen. For now it appears a [bug in gradle](gradle/gradle#3341) which was fixed in 4.3 (we use 4.1). I tried with current 4.5 and warning disappears.
   
   @markusthoemmes Not sure sure if changes here affect down stream projects (like the issue seen with coverage pr)
   
   Apart from the noisy warning things work fine

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