8000
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 a194813 commit 5081ce2Copy full SHA for 5081ce2
build.gradle
@@ -208,5 +208,14 @@ if (project.hasProperty("releaseMode")) {
208
sign(publishing.publications)
209
}
210
211
+
212
+ import com.vanniktech.maven.publish.SonatypeHost
213
214
+ mavenPublishing {
215
+ // or when publishing to https://central.sonatype.com/
216
+ publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
217
218
+ // signAllPublications()
219
+ }
220
221
gradle.properties
@@ -22,5 +22,3 @@ POM_DEVELOPER_ID=akarnokd
22
POM_DEVELOPER_NAME=David Karnok
23
POM_DEVELOPER_URL=https://github.com/akarnokd/
24
POM_DEVELOPER_EMAIL=akarnokd@gmail.com
25
-
26
-SONATYPE_HOST=CENTRAL_PORTAL
0 commit comments