We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0b64d commit 6f14285Copy full SHA for 6f14285
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