Skip to content

Commit 62cf56f

Browse files
authored
Merge branch 'master' into sarahchen6/update-ci-images
2 parents f4d90b9 + 6f14285 commit 62cf56f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)