diff --git a/build.gradle b/build.gradle index c26970d6..57620a32 100644 --- a/build.gradle +++ b/build.gradle @@ -414,6 +414,14 @@ publishing { name = 'Norman Walsh' } } + + repositories { + repository { + id 'maven-restlet' + name 'Restlet repository' + url 'https://maven.restlet.talend.com' + } + } } groupId = "com.xmlcalabash"