Skip to content

Commit 6f14285

Browse files
Knopflerfish maven hot fix. (#10826)
Knopflerfish maven hot fix. Co-authored-by: alexey.kuznetsov <alexey.kuznetsov@datadoghq.com>
1 parent 1d0b64d commit 6f14285

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dd-smoke-tests/osgi/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ plugins {
77
repositories {
88
maven {
99
url = 'https://resources.knopflerfish.org/repo/maven2/release'
10+
// Restrict this repository to Knopflerfish artifacts only.
11+
// Without this filter, Gradle may probe this host for unrelated dependencies
12+
// (for example JUnit/Mockito), which makes the build flaky when the host is unreachable.
13+
content {
14+
includeGroup 'org.knopflerfish.kf6'
15+
}
1016
}
1117
}
1218

0 commit comments

Comments
 (0)