Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions dd-java-agent/instrumentation/wildfly-9.0/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
repositories {
maven {
url = 'https://maven.repository.redhat.com/ga/'
// Restrict this repository to Red Hat / WildFly / JBoss artifacts only.
// Without this filter, Gradle may probe this host for unrelated dependencies
// (for example JUnit), which makes the build flaky when the host is unreachable.
content {
includeGroupAndSubgroups 'org.wildfly'
Comment thread
AlexeyKuznetsov-DD marked this conversation as resolved.
Outdated
includeGroupAndSubgroups 'org.jboss'
}
}
}

Expand Down
Loading