Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 8f86ea7

Browse files
author
Yong Sheng Tan
authored
Fix sonatype repo address
1 parent 58ef1d7 commit 8f86ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group = 'org.finos.symphony.wdk'
77

88
ext.projectVersion = '2.0.0-pre'
99

10-
ext.mavenRepoUrl = ext.projectVersion.endsWith('SNAPSHOT') ? 'https://oss.sonatype.org/content/repositories/snapshots/' : 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
10+
ext.mavenRepoUrl = ext.projectVersion.endsWith('SNAPSHOT') ? 'https://oss.sonatype.org/content/repositories/snapshots/' : 'https://oss.sonatype.org/service/local/'
1111
ext.mavenRepoUsername = project.properties['mavenRepoUsername'] ?: 'Symphony artifactory user'
1212
ext.mavenRepoPassword = project.properties['mavenRepoPassword'] ?: 'Symphony artifactory password'
1313

0 commit comments

Comments
 (0)