From 36ed0de4123107e33683f1b12c58a9b87e122325 Mon Sep 17 00:00:00 2001 From: Adam Retter Date: Tue, 18 Jun 2024 08:58:34 +0100 Subject: [PATCH] Add missing Restlet repo to published Maven pom.xml Closes https://github.com/ndw/xmlcalabash1/issues/351 See https://github.com/ndw/xmlcalabash1/issues/228 --- build.gradle | 8 ++++++++ 1 file changed, 8 insertions(+) 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"