Skip to content

Commit f087f38

Browse files
authored
Fix snapshot repository URL assignment
1 parent 7441ac3 commit f087f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publish.build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publishing {
1515
repositories {
1616
maven {
1717
def release = "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
18-
def snapshot = ""https://central.sonatype.com/repository/maven-snapshots/"
18+
def snapshot = "https://central.sonatype.com/repository/maven-snapshots/"
1919
url = version.endsWith('SNAPSHOT') ? snapshot : release
2020

2121
credentials {

0 commit comments

Comments
 (0)