We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5081ce2 commit 6bc940dCopy full SHA for 6bc940d
1 file changed
build.gradle
@@ -209,11 +209,9 @@ if (project.hasProperty("releaseMode")) {
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)
+ publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost.CENTRAL_PORTAL)
217
218
// signAllPublications()
219
0 commit comments