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.
2 parents a1740ae + c2f1978 commit f50d07fCopy full SHA for f50d07f
grid/build.gradle.kts
@@ -1,4 +1,3 @@
1
-import com.vanniktech.maven.publish.SonatypeHost
2
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
3
4
plugins {
@@ -70,7 +69,7 @@ android {
70
69
}
71
72
mavenPublishing {
73
- publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
+ publishToMavenCentral()
74
signAllPublications()
75
coordinates("${project.group}", "grid", "${project.version}")
76
0 commit comments