Skip to content

Commit c6f2dc2

Browse files
committed
move terracotta repo to common settings
1 parent f1ea742 commit c6f2dc2

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

jmx-metrics/build.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ otelJava.moduleName.set("io.opentelemetry.contrib.jmxmetrics")
1212

1313
application.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-
2515
val groovyVersion = "3.0.23"
2616

2717
dependencies {

settings.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)