Skip to content

Commit

Permalink
resolve dependencies on maven local repo
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Sep 6, 2024
1 parent 07027a2 commit 5a82aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jmx-metrics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ application.mainClass.set("io.opentelemetry.contrib.jmxmetrics.JmxMetrics")

repositories {
mavenCentral()
mavenLocal()
maven {
setUrl("https://repo.terracotta.org/maven2")
content {
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ plugins {
dependencyResolutionManagement {
repositories {
mavenCentral()
mavenLocal()
}
}

Expand Down

0 comments on commit 5a82aac

Please sign in to comment.