We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5304e26 commit 4835937Copy full SHA for 4835937
settings.gradle.kts
@@ -9,30 +9,13 @@ pluginManagement {
9
}
10
11
12
-plugins {
13
- id("com.gradle.enterprise") version "3.18.1"
14
-}
15
-
16
dependencyResolutionManagement {
17
repositories {
18
mavenCentral()
19
mavenLocal()
20
21
22
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
36
rootProject.name = "ApplicationInsights-Java"
37
38
val buildNative = System.getProperty("ai.etw.native.build") != null && Os.isFamily(Os.FAMILY_WINDOWS)
0 commit comments