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 18417e6 commit 53a3fb9Copy full SHA for 53a3fb9
build.gradle.kts
@@ -99,6 +99,7 @@ dokka {
99
}
100
101
mavenPublishing {
102
+ publishToMavenCentral()
103
if (providers.environmentVariable("ORG_GRADLE_PROJECT_signingInMemoryKey").isPresent &&
104
providers.environmentVariable("ORG_GRADLE_PROJECT_signingInMemoryKeyPassword").isPresent
105
) {
0 commit comments