File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,6 @@ otelJava.moduleName.set("io.opentelemetry.contrib.jmxmetrics")
1212
1313application.mainClass.set(" io.opentelemetry.contrib.jmxmetrics.JmxMetrics" )
1414
15- repositories {
16- mavenCentral()
17- maven {
18- setUrl(" https://repo.terracotta.org/maven2" )
19- content {
20- includeGroupByRegex(""" org\.terracotta.*""" )
21- }
22- }
23- }
24-
2515val groovyVersion = " 3.0.23"
2616
2717dependencies {
Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ dependencyResolutionManagement {
1414 repositories {
1515 mavenCentral()
1616 mavenLocal()
17+ // terracotta repository for jmxmp connector
18+ maven {
19+ setUrl(" https://repo.terracotta.org/maven2" )
20+ content {
21+ includeGroupByRegex(""" org\.terracotta.*""" )
22+ }
23+ }
1724 }
1825}
1926
You can’t perform that action at this time.
0 commit comments