Skip to content

Commit 990fd47

Browse files
committed
Fix usage of orgUrl
1 parent dcb0a94 commit 990fd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labkey-client-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ if (project.hasProperty('bintray_user')
246246
pkg {
247247
repo = project.version.endsWith('SNAPSHOT') ? 'libs-snapshot' : 'libs-release'
248248
desc = libDescription
249-
websiteUrl = orgUrl
249+
websiteUrl = PomFileHelper.LABKEY_ORG_URL
250250
name = project.name
251251
userOrg = 'labkey'
252252
licenses = ['Apache-2.0']

0 commit comments

Comments
 (0)