We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f37226c + 6f14285 commit 7a366c1Copy full SHA for 7a366c1
1 file changed
dd-smoke-tests/osgi/build.gradle
@@ -7,6 +7,12 @@ plugins {
7
repositories {
8
maven {
9
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
+ }
16
}
17
18
0 commit comments