File: 07-ignore-build-scan-plugin.patch

package info (click to toggle)
mockito 3.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,072 kB
  • sloc: java: 48,590; xml: 48; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: Ignore the build scan plugin
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/build.gradle
+++ b/build.gradle
@@ -15,7 +15,6 @@
 }
 
 plugins {
-    id 'com.gradle.build-scan' version '2.2.1'
     id "com.diffplug.gradle.spotless" version "3.24.3"
     id 'eclipse'
 }
@@ -92,11 +91,6 @@
     gradleVersion = '5.3.1'
 }
 
-//Posting Build scans to https://scans.gradle.com
-buildScan {
-    termsOfServiceUrl = 'https://gradle.com/terms-of-service'
-    termsOfServiceAgree = 'yes'
-}
 
 spotless {
     java {