Skip to content

Commit f31cddc

Browse files
committed
Use Sonatype staging repository for publishing
1 parent a3c37aa commit f31cddc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ publishing {
7272
}
7373
repositories {
7474
maven {
75-
url "file:/${project.projectDir}/artifacts"
75+
name 'sonatypeStaging'
76+
url 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
7677
}
7778
}
7879
}

0 commit comments

Comments
 (0)