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 17:44:15 UTC

[GitHub] chetanmeh commented on issue #3312: Configure Gradle build scan plugin

chetanmeh commented on issue #3312: Configure Gradle build scan plugin
URL: https://github.com/apache/incubator-openwhisk/issues/3312#issuecomment-367058699
 
 
   As per of setup one needs to [accept terms of service][1] via 
   
   ```
   buildScan {
       termsOfServiceUrl = 'https://gradle.com/legal/terms-of-service'
       termsOfServiceAgree = 'yes'
       publishAlwaysIf(System.getenv('CI') != null)
   }
   ```
   So has some legal implication. Checking the usage in Apache project it appears that [Groovy project has this configured][2] so it should be ok to use
   
   [1]: https://docs.gradle.com/build-scan-plugin/#accept_the_scans_gradle_com_terms_of_service
   [2]: https://github.com/apache/groovy/blob/270709706102e4efef5a59da0f185f48436a8402/build.gradle#L54

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