We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e473390 commit 5ac8809Copy full SHA for 5ac8809
marklogic-data-hub/build.gradle
@@ -187,7 +187,7 @@ bintray {
187
key = project.hasProperty('bintrayApiKey') ? project.property('bintrayApiKey') : System.getenv('BINTRAY_API_KEY')
188
publications = ['main']
189
pkg {
190
- repo = 'maven'
+ repo = 'Maven'
191
name = project.name
192
userOrg = 'marklogic-community'
193
desc = pomCustomizations.textdescription.text()
0 commit comments