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 59bedee commit ee1d71cCopy full SHA for ee1d71c
sqlite-storage-plugin/src/main/kotlin/ConfigurePublish.kt
@@ -10,7 +10,7 @@ import org.gradle.kotlin.dsl.configure
10
11
internal fun Project.configurePublish(info: PackageInfoExtension) {
12
(project as ExtensionAware).extensions.configure<MavenPublishBaseExtension> {
13
- publishToMavenCentral(SonatypeHost.S01)
+ publishToMavenCentral(SonatypeHost.S01, automaticRelease = true)
14
signAllPublications()
15
16
coordinates(
0 commit comments