mulesoft-labs / mule-gradle-plugin

Plugin for building mule apps with the gradle build system.
Apache License 2.0
24 stars 14 forks source link

Add XQJ repository, required for building 3.6.x apps. #56

Closed juancavallotti closed 9 years ago

juancavallotti commented 9 years ago

The following repository should be added to the list of default repositories, this is required for building 3.6 apps.

maven {
    url 'http://xqj.net/maven/'
}