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 5a0ef13 commit bf452a7Copy full SHA for bf452a7
1 file changed
build.gradle
@@ -208,12 +208,11 @@ if (project.hasProperty("releaseMode")) {
208
sign(publishing.publications)
209
}
210
211
-
212
- mavenPublishing {
+ }
+ mavenPublishing {
213
// or when publishing to https://central.sonatype.com/
214
publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost.CENTRAL_PORTAL)
215
216
// signAllPublications()
217
- }
218
219
0 commit comments