Browse Source

Temporarily change Wildfly artifact location

This commit temporarily changes the Wildfly artifact location to prevent
builds from failing due to a Red Hat datacenter outage.
Jason Tedor 8 years ago
parent
commit
8c0329d915
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qa/wildfly/build.gradle

+ 1 - 1
qa/wildfly/build.gradle

@@ -42,7 +42,7 @@ repositories {
     mavenCentral()
     // the Wildfly distribution is not available via a repository, so we fake an Ivy repository on top of the download site
     ivy {
-        url "http://download.jboss.org"
+        url "http://download.elastic.co"
         layout 'pattern', {
             artifact 'wildfly/[revision]/[module]-[revision].[ext]'
         }