Skip to content

Commit 5ac8809

Browse files
committed
fixing case issue on bintray repo name
1 parent e473390 commit 5ac8809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marklogic-data-hub/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ bintray {
187187
key = project.hasProperty('bintrayApiKey') ? project.property('bintrayApiKey') : System.getenv('BINTRAY_API_KEY')
188188
publications = ['main']
189189
pkg {
190-
repo = 'maven'
190+
repo = 'Maven'
191191
name = project.name
192192
userOrg = 'marklogic-community'
193193
desc = pomCustomizations.textdescription.text()

0 commit comments

Comments
 (0)