File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -6,29 +6,16 @@ pluginManagement {
66 id(" com.github.jk1.dependency-license-report" ) version " 2.9"
77 id(" me.champeau.jmh" ) version " 0.7.3"
88 id(" com.gradle.plugin-publish" ) version " 1.3.1"
9- id(" com.gradle.develocity" ) version " 4.0"
109 }
1110}
1211
13- plugins {
14- id(" com.gradle.develocity" )
15- }
16-
1712dependencyResolutionManagement {
1813 repositories {
1914 mavenCentral()
2015 mavenLocal()
2116 }
2217}
2318
24- develocity {
25- buildScan {
26- publishing.onlyIf { System .getenv(" CI" ) != null }
27- termsOfUseUrl.set(" https://gradle.com/help/legal-terms-of-use" )
28- termsOfUseAgree.set(" yes" )
29- }
30- }
31-
3219rootProject.name = " ApplicationInsights-Java"
3320
3421val buildNative = System .getProperty(" ai.etw.native.build" ) != null && Os .isFamily(Os .FAMILY_WINDOWS )
You can’t perform that action at this time.
0 commit comments