Skip to content

Commit 59ebb68

Browse files
committed
add more repos
1 parent 972f39f commit 59ebb68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dd-java-agent/instrumentation/wildfly-9/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ ext {
55
}
66

77
repositories {
8+
maven {
9+
url 'https://maven.repository.redhat.com/ga/'
10+
}
811
ivy {
912
url 'https://download.jboss.org/'
1013
patternLayout {
@@ -26,6 +29,7 @@ repositories {
2629
}
2730

2831
muzzle {
32+
extraRepository('redhat-ga', 'https://maven.repository.redhat.com/ga/')
2933
pass {
3034
group = 'org.wildfly'
3135
module = 'wildfly-ee'

0 commit comments

Comments
 (0)