Skip to content

Commit 36ed0de

Browse files
authored
Add missing Restlet repo to published Maven pom.xml
Closes ndw#351 See ndw#228
1 parent 37d7590 commit 36ed0de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,14 @@ publishing {
414414
name = 'Norman Walsh'
415415
}
416416
}
417+
418+
repositories {
419+
repository {
420+
id 'maven-restlet'
421+
name 'Restlet repository'
422+
url 'https://maven.restlet.talend.com'
423+
}
424+
}
417425
}
418426

419427
groupId = "com.xmlcalabash"

0 commit comments

Comments
 (0)