summarylogtreecommitdiffstats
path: root/0003-disable-gradle-enterprise.patch
blob: 8a5267dc61cf20300147a0c97dc8acc38e76aee7 (plain)
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
26
27
28
29
30
31
--- settings.gradle.kts.bak	2023-11-22 18:20:42.369002363 +0100
+++ settings.gradle.kts	2023-11-22 18:21:00.853981373 +0100
@@ -54,10 +54,6 @@
     }
 }
 
-plugins {
-    `gradle-enterprise`
-}
-
 include(
     ":core",
     ":core:test-api",
@@ -101,17 +97,4 @@
     ":docs-developer",
 )
 
-val isCiBuild = System.getenv("GITHUB_ACTIONS") != null || System.getenv("TEAMCITY_VERSION") != null
-
-
-
-gradleEnterprise {
-    buildScan {
-        termsOfServiceUrl = "https://gradle.com/terms-of-service"
-        termsOfServiceAgree = "yes"
-        publishAlwaysIf(isCiBuild)
-    }
-}
-
-
 enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")