We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c37aa commit f31cddcCopy full SHA for f31cddc
1 file changed
build.gradle
@@ -72,7 +72,8 @@ publishing {
72
}
73
repositories {
74
maven {
75
- url "file:/${project.projectDir}/artifacts"
+ name 'sonatypeStaging'
76
+ url 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
77
78
79
0 commit comments