Skip to content

Commit f1f9deb

Browse files
committed
Add japicmp exclusions in grafana
1 parent c1787f8 commit f1f9deb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/grafana/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ dependencies {
88
testImplementation 'io.micrometer:micrometer-registry-otlp:1.13.4'
99
testImplementation 'uk.org.webcompere:system-stubs-junit4:2.1.6'
1010
}
11+
12+
tasks.japicmp {
13+
methodExcludes = [
14+
"org.testcontainers.grafana.LgtmStackContainer#getPromehteusHttpUrl()"
15+
]
16+
}

0 commit comments

Comments
 (0)