We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13dd825 commit a941ceeCopy full SHA for a941cee
build.gradle.kts
@@ -126,9 +126,7 @@ subprojects {
126
}
127
128
plugins.withId("com.vanniktech.maven.publish") {
129
- configure<MavenPublishBaseExtension> {
130
- publishToMavenCentral(automaticRelease = true)
131
- }
+ configure<MavenPublishBaseExtension> { publishToMavenCentral(automaticRelease = true) }
132
133
// configuration required to produce unique META-INF/*.kotlin_module file names
134
tasks.withType<KotlinCompile>().configureEach {
0 commit comments