File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,29 @@ 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 " 3.19.2"
910 }
1011}
1112
13+ plugins {
14+ id(" com.gradle.develocity" )
15+ }
16+
1217dependencyResolutionManagement {
1318 repositories {
1419 mavenCentral()
1520 mavenLocal()
1621 }
1722}
1823
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+
1932rootProject.name = " ApplicationInsights-Java"
2033
2134val 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