Skip to content

Commit a941cee

Browse files
committed
Format
1 parent 13dd825 commit a941cee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,7 @@ subprojects {
126126
}
127127

128128
plugins.withId("com.vanniktech.maven.publish") {
129-
configure<MavenPublishBaseExtension> {
130-
publishToMavenCentral(automaticRelease = true)
131-
}
129+
configure<MavenPublishBaseExtension> { publishToMavenCentral(automaticRelease = true) }
132130

133131
// configuration required to produce unique META-INF/*.kotlin_module file names
134132
tasks.withType<KotlinCompile>().configureEach {

0 commit comments

Comments
 (0)