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 dcb0a94 commit 990fd47Copy full SHA for 990fd47
labkey-client-api/build.gradle
@@ -246,7 +246,7 @@ if (project.hasProperty('bintray_user')
246
pkg {
247
repo = project.version.endsWith('SNAPSHOT') ? 'libs-snapshot' : 'libs-release'
248
desc = libDescription
249
- websiteUrl = orgUrl
+ websiteUrl = PomFileHelper.LABKEY_ORG_URL
250
name = project.name
251
userOrg = 'labkey'
252
licenses = ['Apache-2.0']
0 commit comments