Skip to content

Commit 4835937

Browse files
committed
Remove gradle enterprise plugin
1 parent 5304e26 commit 4835937

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

settings.gradle.kts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,13 @@ pluginManagement {
99
}
1010
}
1111

12-
plugins {
13-
id("com.gradle.enterprise") version "3.18.1"
14-
}
15-
1612
dependencyResolutionManagement {
1713
repositories {
1814
mavenCentral()
1915
mavenLocal()
2016
}
2117
}
2218

23-
val isCI = System.getenv("CI") != null
24-
gradleEnterprise {
25-
buildScan {
26-
termsOfServiceUrl = "https://gradle.com/terms-of-service"
27-
termsOfServiceAgree = "yes"
28-
29-
if (isCI) {
30-
publishAlways()
31-
tag("CI")
32-
}
33-
}
34-
}
35-
3619
rootProject.name = "ApplicationInsights-Java"
3720

3821
val buildNative = System.getProperty("ai.etw.native.build") != null && Os.isFamily(Os.FAMILY_WINDOWS)

0 commit comments

Comments
 (0)