Skip to content

Commit

Permalink
Add missing Restlet repo to published Maven pom.xml
Browse files Browse the repository at this point in the history
Closes ndw#351
See ndw#228
  • Loading branch information
adamretter authored Jun 18, 2024
1 parent 37d7590 commit 36ed0de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 36ed0de

Please # to comment.